#05201A

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

Shades of Dark Green #05201A

Tints of Dark Green #05201A

Color information

#05201A (or 0x05201A) is unknown color: approx Dark Green. HEX triplet: 05, 20 and 1A. RGB value is (5,32,26). Sum of RGB (Red+Green+Blue) = 5+32+26=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #05201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05201A is #FADFE5. Grayscale: #171717. Windows color (decimal): -16441318 or 1712133. OLE color: 1712133.

HSL color Cylindrical-coordinate representation of color #05201A: hue angle of 166.67º 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 #05201A is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB53226-
CMYK0.8400.190.87
HSL166.67º72.97%7.25%-
HSV(B)166.67º84.38%12.55%-
XYZ0.771.141.16-
YUV23.24129.55114.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 32 (12.89% from 255) = 50.79%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=7.94%
G=50.79%
B=41.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal532260.8400.190.87166.6772.977.25
Hex5201A5401357a7497
Octal540321240231272471117
Binary1011000001101010101000100111010111101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05201A; }

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

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

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

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

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

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

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

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