Html Css Color HEX #05210F Dark Green

📋 copy color: '#05210F'

red 5 ◦ green 33 ◦ blue 15

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

Shades of Dark Green #05210F

Tints of Dark Green #05210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 28.3%

R = 9.43%
G = 62.26%
B = 28.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#05210F (or 0x05210F) is known color: Dark Green. HEX triplet: 05, 21 and 0F. RGB value is (5,33,15). Sum of RGB (Red+Green+Blue) = 5+33+15=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #05210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210F is #FADEF0. Grayscale: #161616. Windows color (decimal): -16441073 or 991493. OLE color: 991493.

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

Color convert

RGB 5 33 15 -
CMYK 0.85 0 0.55 0.87
HSL 141.43º 0.74% 0.07% -
HSV(B) 141.43º 0.85% 0.13% -
XYZ 0.69 1.15 0.64 -
YUV 22.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 5 33 15 0.85 0 0.55 0.87 141.43 0.74 0.07
Hex 5 21 F 55 0 37 57 8D 4A 7
Octal 5 41 17 125 0 67 127 215 112 7
Binary 101 100001 1111 1010101 0 110111 1010111 10001101 1001010 111

Color Harmonies of #05210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05210F

Black with #05210F

Text Example


Text Example

White with #05210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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