#02160B

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

Shades of Dark Green #02160B

Tints of Dark Green #02160B

Color information

#02160B (or 0x02160B) is unknown color: approx Dark Green. HEX triplet: 02, 16 and 0B. RGB value is (2,22,11). Sum of RGB (Red+Green+Blue) = 2+22+11=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #02160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02160B is #FDE9F4. Grayscale: #0E0E0E. Windows color (decimal): -16640501 or 726530. OLE color: 726530.

HSL color Cylindrical-coordinate representation of color #02160B: hue angle of 147º 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 #02160B is Cyan = 0.91, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.

Color convert

RGB22211-
CMYK0.9100.50.91
HSL147º83.33%4.71%-
HSV(B)147º90.91%8.63%-
XYZ0.370.610.41-
YUV14.77125.87118.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 22 (8.98% from 255) = 62.86%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=5.71%
G=62.86%
B=31.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal222110.9100.50.9114783.334.71
Hex216B5B0325B93535
Octal226131330621332231235
Binary10101101011101101101100101011011100100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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