#05120C

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

Shades of Dark Green #05120C

Tints of Dark Green #05120C

Color information

#05120C (or 0x05120C) is unknown color: approx Dark Green. HEX triplet: 05, 12 and 0C. RGB value is (5,18,12). Sum of RGB (Red+Green+Blue) = 5+18+12=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #05120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05120C is #FAEDF3. Grayscale: #0D0D0D. Windows color (decimal): -16444916 or 791045. OLE color: 791045.

HSL color Cylindrical-coordinate representation of color #05120C: hue angle of 152.31º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #05120C is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB51812-
CMYK0.7200.330.93
HSL152.31º56.52%4.51%-
HSV(B)152.31º72.22%7.06%-
XYZ0.350.490.42-
YUV13.43127.19121.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=14.29%
G=51.43%
B=34.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal518120.7200.330.93152.3156.524.51
Hex512C480215D98395
Octal52214110041135230715
Binary10110010110010010000100001101110110011000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,18,12); }

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

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

 a { background-color: rgb(5,18,12); }

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

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

 span { border-color: rgb(5,18,12); }

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