Html Css Color HEX #09211D Dark Green

📋 copy color: '#09211D'

red 9 ◦ green 33 ◦ blue 29

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

Shades of Dark Green #09211D

Tints of Dark Green #09211D

RGB

 RED value IS 9 (3.91% from 255) = 12.68%

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

 BLUE value IS 29 (11.72% from 255) = 40.85%

R = 12.68%
G = 46.48%
B = 40.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#09211D (or 0x09211D) is known color: Dark Green. HEX triplet: 09, 21 and 1D. RGB value is (9,33,29). Sum of RGB (Red+Green+Blue) = 9+33+29=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 33 - color contains mainly: green. Hex color #09211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09211D is #F6DEE2. Grayscale: #191919. Windows color (decimal): -16178915 or 1909001. OLE color: 1909001.

HSL color Cylindrical-coordinate representation of color #09211D: hue angle of 170º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #09211D is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 33 29 -
CMYK 0.73 0 0.12 0.87
HSL 170º 0.57% 0.08% -
HSV(B) 170º 0.73% 0.13% -
XYZ 0.88 1.23 1.35 -
YUV 25.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 9 33 29 0.73 0 0.12 0.87 170 0.57 0.08
Hex 9 21 1D 49 0 C 57 AA 39 8
Octal 11 41 35 111 0 14 127 252 71 10
Binary 1001 100001 11101 1001001 0 1100 1010111 10101010 111001 1000

Color Harmonies of #09211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09211D

Black with #09211D

Text Example


Text Example

White with #09211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,33,29); }

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

background-color css

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

 a { background-color: rgb(9,33,29); }

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

border-color css

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

 span { border-color: rgb(9,33,29); }

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