#052B24

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

Shades of Dark Green #052B24

Tints of Dark Green #052B24

Color information

#052B24 (or 0x052B24) is unknown color: approx Dark Green. HEX triplet: 05, 2B and 24. RGB value is (5,43,36). Sum of RGB (Red+Green+Blue) = 5+43+36=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 43 (17.19% from 255 or 51.19% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 43 - color contains mainly: green. Hex color #052B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B24 is #FAD4DB. Grayscale: #1E1E1E. Windows color (decimal): -16438492 or 2370309. OLE color: 2370309.

HSL color Cylindrical-coordinate representation of color #052B24: hue angle of 168.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052B24 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB54336-
CMYK0.8800.160.83
HSL168.95º79.17%9.41%-
HSV(B)168.95º88.37%16.86%-
XYZ1.241.891.97-
YUV30.84130.91109.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 43 (17.19% from 255) = 51.19%
BLUE value IS 36 (14.45% from 255) = 42.86%
R=5.95%
G=51.19%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal543360.8800.160.83168.9579.179.41
Hex52B245801053a94f9
Octal5534413002012325111711
Binary101101011100100101100001000010100111010100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052B24; }

 p { color: rgb(5,43,36); }

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

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

 a { background-color: rgb(5,43,36); }

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

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

 span { border-color: rgb(5,43,36); }

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