#051E1E

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

Shades of Dark Green #051E1E

Tints of Dark Green #051E1E

Color information

#051E1E (or 0x051E1E) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 1E. RGB value is (5,30,30). Sum of RGB (Red+Green+Blue) = 5+30+30=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: green, blue. Hex color #051E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E1E is #FAE1E1. Grayscale: #161616. Windows color (decimal): -16441826 or 1973765. OLE color: 1973765.

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

Color convert

RGB53030-
CMYK0.83000.88
HSL180º71.43%6.86%-
HSV(B)180º83.33%11.76%-
XYZ0.761.051.39-
YUV22.52132.22115.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 30 (12.11% from 255) = 46.15%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=7.69%
G=46.15%
B=46.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530300.83000.8818071.436.86
Hex51E1E530058b4477
Octal53636123001302641077
Binary10111110111101010011001011000101101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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