#052E16

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

Shades of Dark Green #052E16

Tints of Dark Green #052E16

Color information

#052E16 (or 0x052E16) is unknown color: approx Dark Green. HEX triplet: 05, 2E and 16. RGB value is (5,46,22). Sum of RGB (Red+Green+Blue) = 5+46+22=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 46 (18.36% from 255 or 63.01% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 46 - color contains mainly: green. Hex color #052E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052E16 is #FAD1E9. Grayscale: #1F1F1F. Windows color (decimal): -16437738 or 1453573. OLE color: 1453573.

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

Color convert

RGB54622-
CMYK0.8900.520.82
HSL144.88º80.39%10%-
HSV(B)144.88º89.13%18.04%-
XYZ1.182.041.09-
YUV31122.92109.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 46 (18.36% from 255) = 63.01%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=6.85%
G=63.01%
B=30.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal546220.8900.520.82144.8880.3910
Hex52E1659034529150a
Octal5562613106412222112012
Binary101101110101101011001011010010100101001000110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,22); }

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

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

 a { background-color: rgb(5,46,22); }

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

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

 span { border-color: rgb(5,46,22); }

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