#05201E

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

Shades of Dark Green #05201E

Tints of Dark Green #05201E

Color information

#05201E (or 0x05201E) is unknown color: approx Dark Green. HEX triplet: 05, 20 and 1E. RGB value is (5,32,30). Sum of RGB (Red+Green+Blue) = 5+32+30=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 32 - color contains mainly: green. Hex color #05201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05201E is #FADFE1. Grayscale: #171717. Windows color (decimal): -16441314 or 1974277. OLE color: 1974277.

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

Color convert

RGB53230-
CMYK0.8400.060.87
HSL175.56º72.97%7.25%-
HSV(B)175.56º84.38%12.55%-
XYZ0.811.161.41-
YUV23.7131.55114.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 32 (12.89% from 255) = 47.76%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=7.46%
G=47.76%
B=44.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal532300.8400.060.87175.5672.977.25
Hex5201E540657b0497
Octal54036124061272601117
Binary10110000011110101010001101010111101100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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