Html Css Color HEX #05210D Dark Green

📋 copy color: '#05210D'

red 5 ◦ green 33 ◦ blue 13

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

Shades of Dark Green #05210D

Tints of Dark Green #05210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 25.49%

R = 9.8%
G = 64.71%
B = 25.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#05210D (or 0x05210D) is known color: Dark Green. HEX triplet: 05, 21 and 0D. RGB value is (5,33,13). Sum of RGB (Red+Green+Blue) = 5+33+13=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #05210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210D is #FADEF2. Grayscale: #161616. Windows color (decimal): -16441075 or 860421. OLE color: 860421.

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

Color convert

RGB 5 33 13 -
CMYK 0.85 0 0.61 0.87
HSL 137.14º 0.74% 0.07% -
HSV(B) 137.14º 0.85% 0.13% -
XYZ 0.68 1.15 0.57 -
YUV 22.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 5 33 13 0.85 0 0.61 0.87 137.14 0.74 0.07
Hex 5 21 D 55 0 3D 57 89 4A 7
Octal 5 41 15 125 0 75 127 211 112 7
Binary 101 100001 1101 1010101 0 111101 1010111 10001001 1001010 111

Color Harmonies of #05210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05210D

Black with #05210D

Text Example


Text Example

White with #05210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05210D; }

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

 H1.HeaderClassName
 {
   color: #05210D;
 }
 .AnyTagClassName
 {
   color: #05210D;
 }
</style>

background-color css

<style>
 a { background-color: #05210D; }

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

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

border-color css

<style>
 span { border-color: #05210D; }

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

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