#051212

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

Shades of Dark Green #051212

Tints of Dark Green #051212

Color information

#051212 (or 0x051212) is unknown color: approx Dark Green. HEX triplet: 05, 12 and 12. RGB value is (5,18,18). Sum of RGB (Red+Green+Blue) = 5+18+18=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #051212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051212 is #FAEDED. Grayscale: #0E0E0E. Windows color (decimal): -16444910 or 1184261. OLE color: 1184261.

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

Color convert

RGB51818-
CMYK0.72000.93
HSL180º56.52%4.51%-
HSV(B)180º72.22%7.06%-
XYZ0.390.510.65-
YUV14.11130.19121.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=12.20%
G=43.90%
B=43.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal518180.72000.9318056.524.51
Hex5121248005Db4395
Octal5222211000135264715
Binary1011001010010100100000101110110110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051212; }

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

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

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

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

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

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

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

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