#021A0D

Color #021A0D Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #021A0D

Tints of Dark Green #021A0D

Color information

#021A0D (or 0x021A0D) is unknown color: approx Dark Green. HEX triplet: 02, 1A and 0D. RGB value is (2,26,13). Sum of RGB (Red+Green+Blue) = 2+26+13=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #021A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A0D is #FDE5F2. Grayscale: #111111. Windows color (decimal): -16639475 or 858626. OLE color: 858626.

HSL color Cylindrical-coordinate representation of color #021A0D: hue angle of 147.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A0D is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB22613-
CMYK0.9200.50.90
HSL147.5º85.71%5.49%-
HSV(B)147.5º92.31%10.2%-
XYZ0.470.780.51-
YUV17.34125.55117.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 26 (10.55% from 255) = 63.41%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=4.88%
G=63.41%
B=31.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal226130.9200.50.90147.585.715.49
Hex21AD5C0325A94565
Octal232151340621322241265
Binary10110101101101110001100101011010100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A0D; }

 p { color: rgb(2,26,13); }

 H1.HeaderClassName
 {
   color: #021A0D;
 }
 .AnyTagClassName
 {
   color: #021A0D;
 }
</style>
background-color css

<style>
 a { background-color: #021A0D; }

 a { background-color: rgb(2,26,13); }

 div.DivClassName
 {
   background-color: #021A0D;
 }
 .BgClassName
 {
   background-color: #021A0D;
 }
</style>
border-color css

<style>
 span { border-color: #021A0D; }

 span { border-color: rgb(2,26,13); }

 td.TdClassName
 {
   border-color: #021A0D;
 }
 .TagClassName
 {
   border-color: #021A0D;
 }
</style>