#051D14

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

Shades of Dark Green #051D14

Tints of Dark Green #051D14

Color information

#051D14 (or 0x051D14) is unknown color: approx Dark Green. HEX triplet: 05, 1D and 14. RGB value is (5,29,20). Sum of RGB (Red+Green+Blue) = 5+29+20=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #051D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D14 is #FAE2EB. Grayscale: #141414. Windows color (decimal): -16442092 or 1318149. OLE color: 1318149.

HSL color Cylindrical-coordinate representation of color #051D14: hue angle of 157.5º 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 #051D14 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB52920-
CMYK0.8300.310.89
HSL157.5º70.59%6.67%-
HSV(B)157.5º82.76%11.37%-
XYZ0.630.960.81-
YUV20.8127.55116.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 29 (11.72% from 255) = 53.70%
BLUE value IS 20 (8.20% from 255) = 37.04%
R=9.26%
G=53.70%
B=37.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal529200.8300.310.89157.570.596.67
Hex51D145301F599e477
Octal535241230371312361077
Binary101111011010010100110111111011001100111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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