#052A15

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

Shades of Dark Green #052A15

Tints of Dark Green #052A15

Color information

#052A15 (or 0x052A15) is unknown color: approx Dark Green. HEX triplet: 05, 2A and 15. RGB value is (5,42,21). Sum of RGB (Red+Green+Blue) = 5+42+21=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 42 (16.80% from 255 or 61.76% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 42 - color contains mainly: green. Hex color #052A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A15 is #FAD5EA. Grayscale: #1C1C1C. Windows color (decimal): -16438763 or 1387013. OLE color: 1387013.

HSL color Cylindrical-coordinate representation of color #052A15: hue angle of 145.95º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A15 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.

Color convert

RGB54221-
CMYK0.8800.500.84
HSL145.95º78.72%9.22%-
HSV(B)145.95º88.1%16.47%-
XYZ1.031.740.99-
YUV28.54123.74111.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 42 (16.80% from 255) = 61.76%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=7.35%
G=61.76%
B=30.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal542210.8800.500.84145.9578.729.22
Hex52A155803254924f9
Octal5522513006212422211711
Binary101101010101011011000011001010101001001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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