Html Css Color HEX #05211C Dark Green

📋 copy color: '#05211C'

red 5 ◦ green 33 ◦ blue 28

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

Shades of Dark Green #05211C

Tints of Dark Green #05211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 42.42%

R = 7.58%
G = 50%
B = 42.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#05211C (or 0x05211C) is known color: Dark Green. HEX triplet: 05, 21 and 1C. RGB value is (5,33,28). Sum of RGB (Red+Green+Blue) = 5+33+28=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #05211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05211C is #FADEE3. Grayscale: #181818. Windows color (decimal): -16441060 or 1843461. OLE color: 1843461.

HSL color Cylindrical-coordinate representation of color #05211C: hue angle of 169.29º 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 #05211C is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 33 28 -
CMYK 0.85 0 0.15 0.87
HSL 169.29º 0.74% 0.07% -
HSV(B) 169.29º 0.85% 0.13% -
XYZ 0.82 1.2 1.29 -
YUV 24.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 5 33 28 0.85 0 0.15 0.87 169.29 0.74 0.07
Hex 5 21 1C 55 0 F 57 A9 4A 7
Octal 5 41 34 125 0 17 127 251 112 7
Binary 101 100001 11100 1010101 0 1111 1010111 10101001 1001010 111

Color Harmonies of #05211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05211C

Black with #05211C

Text Example


Text Example

White with #05211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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