Html Css Color HEX #09221F Dark Green

📋 copy color: '#09221F'

red 9 ◦ green 34 ◦ blue 31

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

Shades of Dark Green #09221F

Tints of Dark Green #09221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 45.95%

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

R = 12.16%
G = 45.95%
B = 41.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#09221F (or 0x09221F) is known color: Dark Green. HEX triplet: 09, 22 and 1F. RGB value is (9,34,31). Sum of RGB (Red+Green+Blue) = 9+34+31=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 34 - color contains mainly: green. Hex color #09221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09221F is #F6DDE0. Grayscale: #1A1A1A. Windows color (decimal): -16178657 or 2040329. OLE color: 2040329.

HSL color Cylindrical-coordinate representation of color #09221F: hue angle of 172.8º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09221F is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 9 34 31 -
CMYK 0.74 0 0.09 0.87
HSL 172.8º 0.58% 0.08% -
HSV(B) 172.8º 0.74% 0.13% -
XYZ 0.93 1.3 1.5 -
YUV 26.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 9 34 31 0.74 0 0.09 0.87 172.8 0.58 0.08
Hex 9 22 1F 4A 0 9 57 AD 3A 8
Octal 11 42 37 112 0 11 127 255 72 10
Binary 1001 100010 11111 1001010 0 1001 1010111 10101101 111010 1000

Color Harmonies of #09221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09221F

Black with #09221F

Text Example


Text Example

White with #09221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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