Html Css Color HEX #05201A Dark Green

📋 copy color: '#05201A'

red 5 ◦ green 32 ◦ blue 26

#05201A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #05201A

Tints of Dark Green #05201A

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 value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.87

RGB Variations

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

Color information

#05201A (or 0x05201A) is known color: 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

RGB 5 32 26 -
CMYK 0.84 0 0.19 0.87
HSL 166.67º 0.73% 0.07% -
HSV(B) 166.67º 0.84% 0.13% -
XYZ 0.77 1.14 1.16 -
YUV 23.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 5 32 26 0.84 0 0.19 0.87 166.67 0.73 0.07
Hex 5 20 1A 54 0 13 57 A7 49 7
Octal 5 40 32 124 0 23 127 247 111 7
Binary 101 100000 11010 1010100 0 10011 1010111 10100111 1001001 111

Color Harmonies of #05201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05201A

Black with #05201A

Text Example


Text Example

White with #05201A

Text Example


Text Example

HTML Codes & Css Web 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>