Shades of Dark Green #09201F
Tints of Dark Green #09201F
RGB
CMYK
RGB Variations
Color information
#09201F (or 0x09201F) is known color: Dark Green. HEX triplet: 09, 20 and 1F. RGB value is (9,32,31). Sum of RGB (Red+Green+Blue) = 9+32+31=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #09201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09201F is #F6DFE0. Grayscale: #181818. Windows color (decimal): -16179169 or 2039817. OLE color: 2039817.
HSL color Cylindrical-coordinate representation of color #09201F: hue angle of 177.39º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #09201F is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 32 | 31 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.87 |
| HSL | 177.39º | 0.56% | 0.08% | - |
| HSV(B) | 177.39º | 0.72% | 0.13% | - |
| XYZ | 0.88 | 1.19 | 1.48 | - |
| YUV | 25.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 31 | 0.72 | 0 | 0.03 | 0.87 | 177.39 | 0.56 | 0.08 |
| Hex | 9 | 20 | 1F | 48 | 0 | 3 | 57 | B1 | 38 | 8 |
| Octal | 11 | 40 | 37 | 110 | 0 | 3 | 127 | 261 | 70 | 10 |
| Binary | 1001 | 100000 | 11111 | 1001000 | 0 | 11 | 1010111 | 10110001 | 111000 | 1000 |
Color Harmonies of #09201F
Complementary color
Monochromatic Colors of #09201F
Black with #09201F
Text Example
Text Example
White with #09201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09201F; }
p { color: rgb(9,32,31); }
H1.HeaderClassName
{
color: #09201F;
}
.AnyTagClassName
{
color: #09201F;
}
</style>
background-color css
<style>
a { background-color: #09201F; }
a { background-color: rgb(9,32,31); }
div.DivClassName
{
background-color: #09201F;
}
.BgClassName
{
background-color: #09201F;
}
</style>
border-color css
<style>
span { border-color: #09201F; }
span { border-color: rgb(9,32,31); }
td.TdClassName
{
border-color: #09201F;
}
.TagClassName
{
border-color: #09201F;
}
</style>