#051E13

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

Shades of Dark Green #051E13

Tints of Dark Green #051E13

Color information

#051E13 (or 0x051E13) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 13. RGB value is (5,30,19). Sum of RGB (Red+Green+Blue) = 5+30+19=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #051E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E13 is #FAE1EC. Grayscale: #151515. Windows color (decimal): -16441837 or 1252869. OLE color: 1252869.

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

Color convert

RGB53019-
CMYK0.8300.370.88
HSL153.6º71.43%6.86%-
HSV(B)153.6º83.33%11.76%-
XYZ0.641.010.78-
YUV21.27126.72116.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 30 (12.11% from 255) = 55.56%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=9.26%
G=55.56%
B=35.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530190.8300.370.88153.671.436.86
Hex51E1353025589a477
Octal536231230451302321077
Binary1011111010011101001101001011011000100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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