#052115

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

Shades of Dark Green #052115

Tints of Dark Green #052115

Color information

#052115 (or 0x052115) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 15. RGB value is (5,33,21). Sum of RGB (Red+Green+Blue) = 5+33+21=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #052115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052115 is #FADEEA. Grayscale: #171717. Windows color (decimal): -16441067 or 1384709. OLE color: 1384709.

HSL color Cylindrical-coordinate representation of color #052115: hue angle of 154.29º 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 #052115 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB53321-
CMYK0.8500.360.87
HSL154.29º73.68%7.45%-
HSV(B)154.29º84.85%12.94%-
XYZ0.741.170.9-
YUV23.26126.72114.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 33 (13.28% from 255) = 55.93%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=8.47%
G=55.93%
B=35.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533210.8500.360.87154.2973.687.45
Hex5211555024579a4a7
Octal541251250441272321127
Binary10110000110101101010101001001010111100110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052115; }

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

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

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

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

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

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

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

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