#052B25

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

Shades of Dark Green #052B25

Tints of Dark Green #052B25

Color information

#052B25 (or 0x052B25) is unknown color: approx Dark Green. HEX triplet: 05, 2B and 25. RGB value is (5,43,37). Sum of RGB (Red+Green+Blue) = 5+43+37=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #052B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052B25 is #FAD4DA. Grayscale: #1E1E1E. Windows color (decimal): -16438491 or 2435845. OLE color: 2435845.

HSL color Cylindrical-coordinate representation of color #052B25: hue angle of 170.53º 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 #052B25 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB54337-
CMYK0.8800.140.83
HSL170.53º79.17%9.41%-
HSV(B)170.53º88.37%16.86%-
XYZ1.261.892.05-
YUV30.95131.41109.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 43 (17.19% from 255) = 50.59%
BLUE value IS 37 (14.84% from 255) = 43.53%
R=5.88%
G=50.59%
B=43.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal543370.8800.140.83170.5379.179.41
Hex52B25580E53ab4f9
Octal5534513001612325311711
Binary10110101110010110110000111010100111010101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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