#02110E

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

Shades of Dark Green #02110E

Tints of Dark Green #02110E

Color information

#02110E (or 0x02110E) is unknown color: approx Dark Green. HEX triplet: 02, 11 and 0E. RGB value is (2,17,14). Sum of RGB (Red+Green+Blue) = 2+17+14=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #02110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02110E is #FDEEF1. Grayscale: #0C0C0C. Windows color (decimal): -16641778 or 921858. OLE color: 921858.

HSL color Cylindrical-coordinate representation of color #02110E: hue angle of 168º 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 #02110E is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB21714-
CMYK0.8800.180.93
HSL168º78.95%3.73%-
HSV(B)168º88.24%6.67%-
XYZ0.30.450.49-
YUV12.17129.03120.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 17 (7.03% from 255) = 51.52%
BLUE value IS 14 (5.86% from 255) = 42.42%
R=6.06%
G=51.52%
B=42.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal217140.8800.180.9316878.953.73
Hex211E580125Da84f4
Octal221161300221352501174
Binary1010001111010110000100101011101101010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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