#052E24

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

Shades of Dark Green #052E24

Tints of Dark Green #052E24

Color information

#052E24 (or 0x052E24) is unknown color: approx Dark Green. HEX triplet: 05, 2E and 24. RGB value is (5,46,36). Sum of RGB (Red+Green+Blue) = 5+46+36=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #052E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E24 is #FAD1DB. Grayscale: #202020. Windows color (decimal): -16437724 or 2371077. OLE color: 2371077.

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

Color convert

RGB54636-
CMYK0.8900.220.82
HSL165.37º80.39%10%-
HSV(B)165.37º89.13%18.04%-
XYZ1.362.112.01-
YUV32.6129.92108.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 36 (14.45% from 255) = 41.38%
R=5.75%
G=52.87%
B=41.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal546360.8900.220.82165.3780.3910
Hex52E245901652a550a
Octal5564413102612224512012
Binary101101110100100101100101011010100101010010110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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