#052F28

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

Shades of Dark Green #052F28

Tints of Dark Green #052F28

Color information

#052F28 (or 0x052F28) is unknown color: approx Dark Green. HEX triplet: 05, 2F and 28. RGB value is (5,47,40). Sum of RGB (Red+Green+Blue) = 5+47+40=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #052F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F28 is #FAD0D7. Grayscale: #212121. Windows color (decimal): -16437464 or 2633477. OLE color: 2633477.

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

Color convert

RGB54740-
CMYK0.8900.150.82
HSL170º80.77%10.2%-
HSV(B)170º89.36%18.43%-
XYZ1.462.222.36-
YUV33.64131.59107.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 47 (18.75% from 255) = 51.09%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=5.43%
G=51.09%
B=43.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal547400.8900.150.8217080.7710.2
Hex52F28590F52aa51a
Octal5575013101712225212112
Binary10110111110100010110010111110100101010101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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