#051E0E

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

Shades of Dark Green #051E0E

Tints of Dark Green #051E0E

Color information

#051E0E (or 0x051E0E) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 0E. RGB value is (5,30,14). Sum of RGB (Red+Green+Blue) = 5+30+14=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #051E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E0E is #FAE1F1. Grayscale: #141414. Windows color (decimal): -16441842 or 925189. OLE color: 925189.

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

Color convert

RGB53014-
CMYK0.8300.530.88
HSL141.6º71.43%6.86%-
HSV(B)141.6º83.33%11.76%-
XYZ0.610.990.58-
YUV20.7124.22116.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 30 (12.11% from 255) = 61.22%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=10.20%
G=61.22%
B=28.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530140.8300.530.88141.671.436.86
Hex51EE53035588e477
Octal536161230651302161077
Binary101111101110101001101101011011000100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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