#02160C

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

Shades of Dark Green #02160C

Tints of Dark Green #02160C

Color information

#02160C (or 0x02160C) is unknown color: approx Dark Green. HEX triplet: 02, 16 and 0C. RGB value is (2,22,12). Sum of RGB (Red+Green+Blue) = 2+22+12=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 22 (8.98% from 255 or 61.11% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 22 - color contains mainly: green. Hex color #02160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02160C is #FDE9F3. Grayscale: #0E0E0E. Windows color (decimal): -16640500 or 792066. OLE color: 792066.

HSL color Cylindrical-coordinate representation of color #02160C: hue angle of 150º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #02160C is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB22212-
CMYK0.9100.450.91
HSL150º83.33%4.71%-
HSV(B)150º90.91%8.63%-
XYZ0.380.610.45-
YUV14.88126.37118.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 22 (8.98% from 255) = 61.11%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=5.56%
G=61.11%
B=33.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222120.9100.450.9115083.334.71
Hex216C5B02D5B96535
Octal226141330551332261235
Binary10101101100101101101011011011011100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02160C; }

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

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

<style>
 a { background-color: #02160C; }

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

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

<style>
 span { border-color: #02160C; }

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

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