#051C11

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

Shades of Dark Green #051C11

Tints of Dark Green #051C11

Color information

#051C11 (or 0x051C11) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 11. RGB value is (5,28,17). Sum of RGB (Red+Green+Blue) = 5+28+17=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #051C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C11 is #FAE3EE. Grayscale: #131313. Windows color (decimal): -16442351 or 1121285. OLE color: 1121285.

HSL color Cylindrical-coordinate representation of color #051C11: hue angle of 151.3º 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 #051C11 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.

Color convert

RGB52817-
CMYK0.8200.390.89
HSL151.3º69.7%6.47%-
HSV(B)151.3º82.14%10.98%-
XYZ0.580.90.67-
YUV19.87126.38117.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 28 (11.33% from 255) = 56%
BLUE value IS 17 (7.03% from 255) = 34%
R=10%
G=56%
B=34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528170.8200.390.89151.369.76.47
Hex51C11520275997466
Octal534211220471312271066
Binary1011110010001101001001001111011001100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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