#02110A

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

Shades of Dark Green #02110A

Tints of Dark Green #02110A

Color information

#02110A (or 0x02110A) is unknown color: approx Dark Green. HEX triplet: 02, 11 and 0A. RGB value is (2,17,10). Sum of RGB (Red+Green+Blue) = 2+17+10=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #02110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02110A is #FDEEF5. Grayscale: #0B0B0B. Windows color (decimal): -16641782 or 659714. OLE color: 659714.

HSL color Cylindrical-coordinate representation of color #02110A: hue angle of 152º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #02110A is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB21710-
CMYK0.8800.410.93
HSL152º78.95%3.73%-
HSV(B)152º88.24%6.67%-
XYZ0.280.440.36-
YUV11.72127.03121.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 17 (7.03% from 255) = 58.62%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=6.90%
G=58.62%
B=34.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal217100.8800.410.9315278.953.73
Hex211A580295D984f4
Octal221121300511352301174
Binary10100011010101100001010011011101100110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02110A; }

 p { color: rgb(2,17,10); }

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

<style>
 a { background-color: #02110A; }

 a { background-color: rgb(2,17,10); }

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

<style>
 span { border-color: #02110A; }

 span { border-color: rgb(2,17,10); }

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