#052F16

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

Shades of Dark Green #052F16

Tints of Dark Green #052F16

Color information

#052F16 (or 0x052F16) is unknown color: approx Dark Green. HEX triplet: 05, 2F and 16. RGB value is (5,47,22). Sum of RGB (Red+Green+Blue) = 5+47+22=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #052F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F16 is #FAD0E9. Grayscale: #1F1F1F. Windows color (decimal): -16437482 or 1453829. OLE color: 1453829.

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

Color convert

RGB54722-
CMYK0.8900.530.82
HSL144.29º80.77%10.2%-
HSV(B)144.29º89.36%18.43%-
XYZ1.222.121.1-
YUV31.59122.59109.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=6.76%
G=63.51%
B=29.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal547220.8900.530.82144.2980.7710.2
Hex52F1659035529051a
Octal5572613106512222012112
Binary101101111101101011001011010110100101001000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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