#051F1E

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

Shades of Dark Green #051F1E

Tints of Dark Green #051F1E

Color information

#051F1E (or 0x051F1E) is unknown color: approx Dark Green. HEX triplet: 05, 1F and 1E. RGB value is (5,31,30). Sum of RGB (Red+Green+Blue) = 5+31+30=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #051F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F1E is #FAE0E1. Grayscale: #171717. Windows color (decimal): -16441570 or 1974021. OLE color: 1974021.

HSL color Cylindrical-coordinate representation of color #051F1E: hue angle of 177.69º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F1E is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB53130-
CMYK0.8400.030.88
HSL177.69º72.22%7.06%-
HSV(B)177.69º83.87%12.16%-
XYZ0.791.111.4-
YUV23.11131.89115.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 31 (12.5% from 255) = 46.97%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=7.58%
G=46.97%
B=45.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal531300.8400.030.88177.6972.227.06
Hex51F1E540358b2487
Octal53736124031302621107
Binary101111111111010101000111011000101100101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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