#052811

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

Shades of Dark Green #052811

Tints of Dark Green #052811

Color information

#052811 (or 0x052811) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 11. RGB value is (5,40,17). Sum of RGB (Red+Green+Blue) = 5+40+17=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #052811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052811 is #FAD7EE. Grayscale: #1A1A1A. Windows color (decimal): -16439279 or 1124357. OLE color: 1124357.

HSL color Cylindrical-coordinate representation of color #052811: hue angle of 140.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052811 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB54017-
CMYK0.8800.570.84
HSL140.57º77.78%8.82%-
HSV(B)140.57º87.5%15.69%-
XYZ0.921.590.79-
YUV26.91122.4112.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 40 (16.02% from 255) = 64.52%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=8.06%
G=64.52%
B=27.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540170.8800.570.84140.5777.788.82
Hex5281158039548d4e9
Octal5502113007112421511611
Binary101101000100011011000011100110101001000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052811; }

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

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

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

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

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

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

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

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