#052B19

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

Shades of Dark Green #052B19

Tints of Dark Green #052B19

Color information

#052B19 (or 0x052B19) is unknown color: approx Dark Green. HEX triplet: 05, 2B and 19. RGB value is (5,43,25). Sum of RGB (Red+Green+Blue) = 5+43+25=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 43 (17.19% from 255 or 58.90% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 43 - color contains mainly: green. Hex color #052B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B19 is #FAD4E6. Grayscale: #1D1D1D. Windows color (decimal): -16438503 or 1649413. OLE color: 1649413.

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

Color convert

RGB54325-
CMYK0.8800.420.83
HSL151.58º79.17%9.41%-
HSV(B)151.58º88.37%16.86%-
XYZ1.11.831.21-
YUV29.59125.41110.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 43 (17.19% from 255) = 58.90%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=6.85%
G=58.90%
B=34.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal543250.8800.420.83151.5879.179.41
Hex52B195802A53984f9
Octal5533113005212323011711
Binary101101011110011011000010101010100111001100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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