#052C26

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

Shades of Dark Green #052C26

Tints of Dark Green #052C26

Color information

#052C26 (or 0x052C26) is unknown color: approx Dark Green. HEX triplet: 05, 2C and 26. RGB value is (5,44,38). Sum of RGB (Red+Green+Blue) = 5+44+38=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #052C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C26 is #FAD3D9. Grayscale: #1F1F1F. Windows color (decimal): -16438234 or 2501637. OLE color: 2501637.

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

Color convert

RGB54438-
CMYK0.8900.140.83
HSL170.77º79.59%9.61%-
HSV(B)170.77º88.64%17.25%-
XYZ1.311.972.15-
YUV31.66131.58108.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 44 (17.58% from 255) = 50.57%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=5.75%
G=50.57%
B=43.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544380.8900.140.83170.7779.599.61
Hex52C26590E53ab50a
Octal5544613101612325312012
Binary10110110010011010110010111010100111010101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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