#052015

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

Shades of Dark Green #052015

Tints of Dark Green #052015

Color information

#052015 (or 0x052015) is unknown color: approx Dark Green. HEX triplet: 05, 20 and 15. RGB value is (5,32,21). Sum of RGB (Red+Green+Blue) = 5+32+21=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #052015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052015 is #FADFEA. Grayscale: #161616. Windows color (decimal): -16441323 or 1384453. OLE color: 1384453.

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

Color convert

RGB53221-
CMYK0.8400.340.87
HSL155.56º72.97%7.25%-
HSV(B)155.56º84.38%12.55%-
XYZ0.711.120.89-
YUV22.67127.05115.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=8.62%
G=55.17%
B=36.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal532210.8400.340.87155.5672.977.25
Hex5201554022579c497
Octal540251240421272341117
Binary10110000010101101010001000101010111100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052015; }

 p { color: rgb(5,32,21); }

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

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

 a { background-color: rgb(5,32,21); }

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

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

 span { border-color: rgb(5,32,21); }

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