Html Css Color HEX #09211F Dark Green

📋 copy color: '#09211F'

red 9 ◦ green 33 ◦ blue 31

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

Shades of Dark Green #09211F

Tints of Dark Green #09211F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 42.47%

R = 12.33%
G = 45.21%
B = 42.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#09211F (or 0x09211F) is known color: Dark Green. HEX triplet: 09, 21 and 1F. RGB value is (9,33,31). Sum of RGB (Red+Green+Blue) = 9+33+31=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #09211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09211F is #F6DEE0. Grayscale: #191919. Windows color (decimal): -16178913 or 2040073. OLE color: 2040073.

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

Color convert

RGB 9 33 31 -
CMYK 0.73 0 0.06 0.87
HSL 175º 0.57% 0.08% -
HSV(B) 175º 0.73% 0.13% -
XYZ 0.9 1.24 1.49 -
YUV 25.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 9 33 31 0.73 0 0.06 0.87 175 0.57 0.08
Hex 9 21 1F 49 0 6 57 AF 39 8
Octal 11 41 37 111 0 6 127 257 71 10
Binary 1001 100001 11111 1001001 0 110 1010111 10101111 111001 1000

Color Harmonies of #09211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09211F

Black with #09211F

Text Example


Text Example

White with #09211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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