#021A0C

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

Shades of Dark Green #021A0C

Tints of Dark Green #021A0C

Color information

#021A0C (or 0x021A0C) is unknown color: approx Dark Green. HEX triplet: 02, 1A and 0C. RGB value is (2,26,12). Sum of RGB (Red+Green+Blue) = 2+26+12=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #021A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A0C is #FDE5F3. Grayscale: #111111. Windows color (decimal): -16639476 or 793090. OLE color: 793090.

HSL color Cylindrical-coordinate representation of color #021A0C: hue angle of 145º 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 #021A0C is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB22612-
CMYK0.9200.540.90
HSL145º85.71%5.49%-
HSV(B)145º92.31%10.2%-
XYZ0.460.780.47-
YUV17.23125.05117.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5%
GREEN value IS 26 (10.55% from 255) = 65%
BLUE value IS 12 (5.08% from 255) = 30%
R=5%
G=65%
B=30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal226120.9200.540.9014585.715.49
Hex21AC5C0365A91565
Octal232141340661322211265
Binary10110101100101110001101101011010100100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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