COLOR #02440A

HEX: #02440A
RGB: (2,68,10)

Color info

#02440A contains mainly green and blue colors. Web safe color of #02440A is #003300 (or #030).

RGB color model

#02440A color RGB value is (2,68,10).

  • red value is 2;
  • green value is 68;
  • blue value is 10.
RGB:
(2,68,10)
(1%,27%,4%)

RGB channels and saturation

R 2 of 255 = 1%
G 68 of 255 = 27%
B 10 of 255 = 4%

2
68
10

R + G + B ~ 11%. #02440A is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 68 + 10 = 80 (100%)
R 2 of 80 ~ 2.5%
G 68 of 80 ~ 85%
B 10 of 80 ~ 12.5%

%85
%12.5

CMYK color model

#02440A color CMYK value is (97,0,85,73).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 85.29%
  • key color value is 73.33%
CMYK:
(97,0,85,73)
C97M0Y85K73 
(97%,0%,85%,73%)
(0.97/0.00/0.85/0.73)	

CMYK percentages

%97.06
%0
%85.29
%73.33

Codes

Color #02440A in popluar color models

02440A
RGB26810
HSL127°94.29%13.73%
HSB/HSV127°97.06%26.67%
CMYK97.06%0.00%85.29%
73.33%

Color #02440A in popluar number systems.

HEX02440A
Decimal26810
Binary1010001001010
Octal210412

Shades and tints

Shades of #02440A

#02440A
(2,68,10)
#023E0A
(2,62,10)
#02380A
(2,56,10)
#02320A
(2,50,10)
#022C0A
(2,44,10)
#02260A
(2,38,10)
#02200A
(2,32,10)
#021A0A
(2,26,10)
#02140A
(2,20,10)
#020E0A
(2,14,10)
#02080A
(2,8,10)
#000000
(0,0,0)

Tints of #02440A

#02440A
(2,68,10)
#195520
(25,85,32)
#306636
(48,102,54)
#47774C
(71,119,76)
#5E8862
(94,136,98)
#759978
(117,153,120)
#8CAA8E
(140,170,142)
#A3BBA4
(163,187,164)
#BACCBA
(186,204,186)
#D1DDD0
(209,221,208)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02440A color. Also use rgb(2,68,10) instead hex code.

Text Font Color

.myTextColor { color: #02440A; }

<p style="color:#02440A">This sample text font color is #02440A.</p>

This text font color is #02440A.


Background Color

.myBgColor { background-color: #02440A; }

<div style="background-color:#02440A">Inner text</div>

This div background color is #02440A.


Border color

.myBorderColor { border: 1px solid #02440A; }

<div style="border:3px solid #02440A">Div</div>

This div border color is #02440A.


Opacity

.myOpacity80 { color: #02440A; opacity: 0.8; }

<p style="color:#02440A;opacity:0.8;">80%</p>

Text with #02440A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #02440A;}

<p style="text-shadow: 3px 3px 1px #02440A">Text here.</p>

This text has shadow with #02440A color.

.textShadow {text-shadow: 3px 3px 1px #02440A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #02440A, 5px 5px 20px red">Text here.</p>

This text has shadow with #02440A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#02440A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#02440A, Direction=45, Strength=4)">Text</p>

This text has shadow with #02440A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #02440A;
  -webkit-box-shadow:	1px 1px 3px 2px #02440A;
  box-shadow:		1px 1px 3px 2px #02440A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02440A;
-webkit-box-shadow: 1px 1px 3px 2px #02440A;
box-shadow:1px 1px 3px 2px #02440A;">
Div content here</div>
This div box has shadow with color #02440A.

Preview

Color preview on black background

This text has color #02440A on black background.


Color preview on white background

This text has color #02440A on white background.



Black color preview on #02440A background

This text has black color on #02440A background.


White color preview on #02440A background

This text has white color on #02440A background.