Html Css Color HEX #05201E Dark Green

📋 copy color: '#05201E'

red 5 ◦ green 32 ◦ blue 30

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

Shades of Dark Green #05201E

Tints of Dark Green #05201E

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

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

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

RGB 5 32 30 -
CMYK 0.84 0 0.06 0.87
HSL 175.56º 0.73% 0.07% -
HSV(B) 175.56º 0.84% 0.13% -
XYZ 0.81 1.16 1.41 -
YUV 23.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 5 32 30 0.84 0 0.06 0.87 175.56 0.73 0.07
Hex 5 20 1E 54 0 6 57 B0 49 7
Octal 5 40 36 124 0 6 127 260 111 7
Binary 101 100000 11110 1010100 0 110 1010111 10110000 1001001 111

Color Harmonies of #05201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05201E

Black with #05201E

Text Example


Text Example

White with #05201E

Text Example


Text Example

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