#052D1A

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

Shades of Dark Green #052D1A

Tints of Dark Green #052D1A

Color information

#052D1A (or 0x052D1A) is unknown color: approx Dark Green. HEX triplet: 05, 2D and 1A. RGB value is (5,45,26). Sum of RGB (Red+Green+Blue) = 5+45+26=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #052D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D1A is #FAD2E5. Grayscale: #1E1E1E. Windows color (decimal): -16437990 or 1715461. OLE color: 1715461.

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

Color convert

RGB54526-
CMYK0.8900.420.82
HSL151.5º80%9.8%-
HSV(B)151.5º88.89%17.65%-
XYZ1.191.981.3-
YUV30.87125.25109.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 45 (17.97% from 255) = 59.21%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=6.58%
G=59.21%
B=34.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal545260.8900.420.82151.5809.8
Hex52D1A5902A529850a
Octal5553213105212223012012
Binary101101101110101011001010101010100101001100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,45,26); }

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

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

 a { background-color: rgb(5,45,26); }

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

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

 span { border-color: rgb(5,45,26); }

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