#052C28

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

Shades of Dark Green #052C28

Tints of Dark Green #052C28

Color information

#052C28 (or 0x052C28) is unknown color: approx Dark Green. HEX triplet: 05, 2C and 28. RGB value is (5,44,40). Sum of RGB (Red+Green+Blue) = 5+44+40=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #052C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C28 is #FAD3D7. Grayscale: #1F1F1F. Windows color (decimal): -16438232 or 2632709. OLE color: 2632709.

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

Color convert

RGB54440-
CMYK0.8900.090.83
HSL173.85º79.59%9.61%-
HSV(B)173.85º88.64%17.25%-
XYZ1.351.992.32-
YUV31.88132.58108.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=5.62%
G=49.44%
B=44.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544400.8900.090.83173.8579.599.61
Hex52C28590953ae50a
Octal5545013101112325612012
Binary10110110010100010110010100110100111010111010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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