#052C1D

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

Shades of Dark Green #052C1D

Tints of Dark Green #052C1D

Color information

#052C1D (or 0x052C1D) is unknown color: approx Dark Green. HEX triplet: 05, 2C and 1D. RGB value is (5,44,29). Sum of RGB (Red+Green+Blue) = 5+44+29=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #052C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C1D is #FAD3E2. Grayscale: #1E1E1E. Windows color (decimal): -16438243 or 1911813. OLE color: 1911813.

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

Color convert

RGB54429-
CMYK0.8900.340.83
HSL156.92º79.59%9.61%-
HSV(B)156.92º88.64%17.25%-
XYZ1.191.921.47-
YUV30.63127.08109.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 44 (17.58% from 255) = 56.41%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=6.41%
G=56.41%
B=37.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal544290.8900.340.83156.9279.599.61
Hex52C1D59022539d50a
Octal5543513104212323512012
Binary101101100111011011001010001010100111001110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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