#051D0E

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

Shades of Dark Green #051D0E

Tints of Dark Green #051D0E

Color information

#051D0E (or 0x051D0E) is unknown color: approx Dark Green. HEX triplet: 05, 1D and 0E. RGB value is (5,29,14). Sum of RGB (Red+Green+Blue) = 5+29+14=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #051D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D0E is #FAE2F1. Grayscale: #141414. Windows color (decimal): -16442098 or 924933. OLE color: 924933.

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

Color convert

RGB52914-
CMYK0.8300.520.89
HSL142.5º70.59%6.67%-
HSV(B)142.5º82.76%11.37%-
XYZ0.580.940.57-
YUV20.11124.55117.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 29 (11.72% from 255) = 60.42%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=10.42%
G=60.42%
B=29.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal529140.8300.520.89142.570.596.67
Hex51DE53034598e477
Octal535161230641312161077
Binary101111011110101001101101001011001100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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