#051E12

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

Shades of Dark Green #051E12

Tints of Dark Green #051E12

Color information

#051E12 (or 0x051E12) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 12. RGB value is (5,30,18). Sum of RGB (Red+Green+Blue) = 5+30+18=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #051E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E12 is #FAE1ED. Grayscale: #151515. Windows color (decimal): -16441838 or 1187333. OLE color: 1187333.

HSL color Cylindrical-coordinate representation of color #051E12: hue angle of 151.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051E12 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB53018-
CMYK0.8300.400.88
HSL151.2º71.43%6.86%-
HSV(B)151.2º83.33%11.76%-
XYZ0.6410.73-
YUV21.16126.22116.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=9.43%
G=56.60%
B=33.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530180.8300.400.88151.271.436.86
Hex51E12530285897477
Octal536221230501302271077
Binary1011111010010101001101010001011000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E12; }

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

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

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

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

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

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

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

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