#051E0D

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

Shades of Dark Green #051E0D

Tints of Dark Green #051E0D

Color information

#051E0D (or 0x051E0D) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 0D. RGB value is (5,30,13). Sum of RGB (Red+Green+Blue) = 5+30+13=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #051E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E0D is #FAE1F2. Grayscale: #141414. Windows color (decimal): -16441843 or 859653. OLE color: 859653.

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

Color convert

RGB53013-
CMYK0.8300.570.88
HSL139.2º71.43%6.86%-
HSV(B)139.2º83.33%11.76%-
XYZ0.60.990.54-
YUV20.59123.72116.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 30 (12.11% from 255) = 62.5%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=10.42%
G=62.5%
B=27.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530130.8300.570.88139.271.436.86
Hex51ED53039588b477
Octal536151230711302131077
Binary101111101101101001101110011011000100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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