#051E16

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

Shades of Dark Green #051E16

Tints of Dark Green #051E16

Color information

#051E16 (or 0x051E16) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 16. RGB value is (5,30,22). Sum of RGB (Red+Green+Blue) = 5+30+22=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #051E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E16 is #FAE1E9. Grayscale: #151515. Windows color (decimal): -16441834 or 1449477. OLE color: 1449477.

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

Color convert

RGB53022-
CMYK0.8300.270.88
HSL160.8º71.43%6.86%-
HSV(B)160.8º83.33%11.76%-
XYZ0.671.020.92-
YUV21.61128.22116.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 30 (12.11% from 255) = 52.63%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=8.77%
G=52.63%
B=38.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530220.8300.270.88160.871.436.86
Hex51E165301B58a1477
Octal536261230331302411077
Binary101111101011010100110110111011000101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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