Html Css Color HEX #05211E Dark Green

📋 copy color: '#05211E'

red 5 ◦ green 33 ◦ blue 30

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

Shades of Dark Green #05211E

Tints of Dark Green #05211E

RGB

 RED value IS 5 (2.34% from 255) = 7.35%

 GREEN value IS 33 (13.28% from 255) = 48.53%

 BLUE value IS 30 (12.11% from 255) = 44.12%

R = 7.35%
G = 48.53%
B = 44.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#05211E (or 0x05211E) is known color: Dark Green. HEX triplet: 05, 21 and 1E. RGB value is (5,33,30). Sum of RGB (Red+Green+Blue) = 5+33+30=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #05211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05211E is #FADEE1. Grayscale: #181818. Windows color (decimal): -16441058 or 1974533. OLE color: 1974533.

HSL color Cylindrical-coordinate representation of color #05211E: hue angle of 173.57º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05211E is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 33 30 -
CMYK 0.85 0 0.09 0.87
HSL 173.57º 0.74% 0.07% -
HSV(B) 173.57º 0.85% 0.13% -
XYZ 0.84 1.21 1.42 -
YUV 24.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 5 33 30 0.85 0 0.09 0.87 173.57 0.74 0.07
Hex 5 21 1E 55 0 9 57 AE 4A 7
Octal 5 41 36 125 0 11 127 256 112 7
Binary 101 100001 11110 1010101 0 1001 1010111 10101110 1001010 111

Color Harmonies of #05211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05211E

Black with #05211E

Text Example


Text Example

White with #05211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05211E;
 }
 .AnyTagClassName
 {
   color: #05211E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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