#051D11

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

Shades of Dark Green #051D11

Tints of Dark Green #051D11

Color information

#051D11 (or 0x051D11) is unknown color: approx Dark Green. HEX triplet: 05, 1D and 11. RGB value is (5,29,17). Sum of RGB (Red+Green+Blue) = 5+29+17=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #051D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D11 is #FAE2EE. Grayscale: #141414. Windows color (decimal): -16442095 or 1121541. OLE color: 1121541.

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

Color convert

RGB52917-
CMYK0.8300.410.89
HSL150º70.59%6.67%-
HSV(B)150º82.76%11.37%-
XYZ0.60.950.68-
YUV20.46126.05116.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 29 (11.72% from 255) = 56.86%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=9.80%
G=56.86%
B=33.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal529170.8300.410.8915070.596.67
Hex51D11530295996477
Octal535211230511312261077
Binary1011110110001101001101010011011001100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,17); }

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

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

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

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

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

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

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