#052C24

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

Shades of Dark Green #052C24

Tints of Dark Green #052C24

Color information

#052C24 (or 0x052C24) is unknown color: approx Dark Green. HEX triplet: 05, 2C and 24. RGB value is (5,44,36). Sum of RGB (Red+Green+Blue) = 5+44+36=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #052C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C24 is #FAD3DB. Grayscale: #1F1F1F. Windows color (decimal): -16438236 or 2370565. OLE color: 2370565.

HSL color Cylindrical-coordinate representation of color #052C24: hue angle of 167.69º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C24 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.

Color convert

RGB54436-
CMYK0.8900.180.83
HSL167.69º79.59%9.61%-
HSV(B)167.69º88.64%17.25%-
XYZ1.281.961.98-
YUV31.43130.58109.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 44 (17.58% from 255) = 51.76%
BLUE value IS 36 (14.45% from 255) = 42.35%
R=5.88%
G=51.76%
B=42.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544360.8900.180.83167.6979.599.61
Hex52C245901253a850a
Octal5544413102212325012012
Binary101101100100100101100101001010100111010100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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