#052112

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

Shades of Dark Green #052112

Tints of Dark Green #052112

Color information

#052112 (or 0x052112) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 12. RGB value is (5,33,18). Sum of RGB (Red+Green+Blue) = 5+33+18=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #052112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052112 is #FADEED. Grayscale: #161616. Windows color (decimal): -16441070 or 1188101. OLE color: 1188101.

HSL color Cylindrical-coordinate representation of color #052112: hue angle of 147.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052112 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.

Color convert

RGB53318-
CMYK0.8500.450.87
HSL147.86º73.68%7.45%-
HSV(B)147.86º84.85%12.94%-
XYZ0.721.160.76-
YUV22.92125.22115.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 33 (13.28% from 255) = 58.93%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=8.93%
G=58.93%
B=32.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533180.8500.450.87147.8673.687.45
Hex521125502D57944a7
Octal541221250551272241127
Binary10110000110010101010101011011010111100101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052112; }

 p { color: rgb(5,33,18); }

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

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

 a { background-color: rgb(5,33,18); }

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

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

 span { border-color: rgb(5,33,18); }

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