#052E29

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

Shades of Dark Green #052E29

Tints of Dark Green #052E29

Color information

#052E29 (or 0x052E29) is unknown color: approx Dark Green. HEX triplet: 05, 2E and 29. RGB value is (5,46,41). Sum of RGB (Red+Green+Blue) = 5+46+41=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #052E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052E29 is #FAD1D6. Grayscale: #212121. Windows color (decimal): -16437719 or 2698757. OLE color: 2698757.

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

Color convert

RGB54641-
CMYK0.8900.110.82
HSL172.68º80.39%10%-
HSV(B)172.68º89.13%18.04%-
XYZ1.442.152.44-
YUV33.17132.42107.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 46 (18.36% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=5.43%
G=50%
B=44.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal546410.8900.110.82172.6880.3910
Hex52E29590B52ad50a
Octal5565113101312225512012
Binary10110111010100110110010101110100101010110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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