#051E1C

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

Shades of Dark Green #051E1C

Tints of Dark Green #051E1C

Color information

#051E1C (or 0x051E1C) is unknown color: approx Dark Green. HEX triplet: 05, 1E and 1C. RGB value is (5,30,28). Sum of RGB (Red+Green+Blue) = 5+30+28=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #051E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E1C is #FAE1E3. Grayscale: #161616. Windows color (decimal): -16441828 or 1842693. OLE color: 1842693.

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

Color convert

RGB53028-
CMYK0.8300.070.88
HSL175.2º71.43%6.86%-
HSV(B)175.2º83.33%11.76%-
XYZ0.741.041.26-
YUV22.3131.22115.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 30 (12.11% from 255) = 47.62%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=7.94%
G=47.62%
B=44.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal530280.8300.070.88175.271.436.86
Hex51E1C530758af477
Octal53634123071302571077
Binary1011111011100101001101111011000101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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