#051C18

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

Shades of Dark Green #051C18

Tints of Dark Green #051C18

Color information

#051C18 (or 0x051C18) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 18. RGB value is (5,28,24). Sum of RGB (Red+Green+Blue) = 5+28+24=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #051C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C18 is #FAE3E7. Grayscale: #141414. Windows color (decimal): -16442344 or 1580037. OLE color: 1580037.

HSL color Cylindrical-coordinate representation of color #051C18: hue angle of 169.57º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C18 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB52824-
CMYK0.8200.140.89
HSL169.57º69.7%6.47%-
HSV(B)169.57º82.14%10.98%-
XYZ0.640.931.01-
YUV20.67129.88116.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 28 (11.33% from 255) = 49.12%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=8.77%
G=49.12%
B=42.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528240.8200.140.89169.5769.76.47
Hex51C18520E59aa466
Octal534301220161312521066
Binary10111100110001010010011101011001101010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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