#02180C

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

Shades of Dark Green #02180C

Tints of Dark Green #02180C

Color information

#02180C (or 0x02180C) is unknown color: approx Dark Green. HEX triplet: 02, 18 and 0C. RGB value is (2,24,12). Sum of RGB (Red+Green+Blue) = 2+24+12=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #02180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02180C is #FDE7F3. Grayscale: #101010. Windows color (decimal): -16639988 or 792578. OLE color: 792578.

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

Color convert

RGB22412-
CMYK0.9200.500.91
HSL147.27º84.62%5.1%-
HSV(B)147.27º91.67%9.41%-
XYZ0.420.690.46-
YUV16.05125.71117.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 24 (9.77% from 255) = 63.16%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=5.26%
G=63.16%
B=31.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal224120.9200.500.91147.2784.625.1
Hex218C5C0325B93555
Octal230141340621332231255
Binary10110001100101110001100101011011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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