#052C2B

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

Shades of Dark Green #052C2B

Tints of Dark Green #052C2B

Color information

#052C2B (or 0x052C2B) is unknown color: approx Dark Green. HEX triplet: 05, 2C and 2B. RGB value is (5,44,43). Sum of RGB (Red+Green+Blue) = 5+44+43=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #052C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C2B is #FAD3D4. Grayscale: #202020. Windows color (decimal): -16438229 or 2829317. OLE color: 2829317.

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

Color convert

RGB54443-
CMYK0.8900.020.83
HSL178.46º79.59%9.61%-
HSV(B)178.46º88.64%17.25%-
XYZ1.42.012.6-
YUV32.22134.08108.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 44 (17.58% from 255) = 47.83%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=5.43%
G=47.83%
B=46.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544430.8900.020.83178.4679.599.61
Hex52C2B590253b250a
Octal554531310212326212012
Binary101101100101011101100101010100111011001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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