Html Css Color HEX #05211A Dark Green

📋 copy color: '#05211A'

red 5 ◦ green 33 ◦ blue 26

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

Shades of Dark Green #05211A

Tints of Dark Green #05211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40.63%

R = 7.81%
G = 51.56%
B = 40.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#05211A (or 0x05211A) is known color: Dark Green. HEX triplet: 05, 21 and 1A. RGB value is (5,33,26). Sum of RGB (Red+Green+Blue) = 5+33+26=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #05211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05211A is #FADEE5. Grayscale: #171717. Windows color (decimal): -16441062 or 1712389. OLE color: 1712389.

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

Color convert

RGB 5 33 26 -
CMYK 0.85 0 0.21 0.87
HSL 165º 0.74% 0.07% -
HSV(B) 165º 0.85% 0.13% -
XYZ 0.79 1.19 1.17 -
YUV 23.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 5 33 26 0.85 0 0.21 0.87 165 0.74 0.07
Hex 5 21 1A 55 0 15 57 A5 4A 7
Octal 5 41 32 125 0 25 127 245 112 7
Binary 101 100001 11010 1010101 0 10101 1010111 10100101 1001010 111

Color Harmonies of #05211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05211A

Black with #05211A

Text Example


Text Example

White with #05211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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