Shades of Dark Green #09211B
Tints of Dark Green #09211B
RGB
CMYK
RGB Variations
Color information
#09211B (or 0x09211B) is known color: Dark Green. HEX triplet: 09, 21 and 1B. RGB value is (9,33,27). Sum of RGB (Red+Green+Blue) = 9+33+27=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #09211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09211B is #F6DEE4. Grayscale: #191919. Windows color (decimal): -16178917 or 1777929. OLE color: 1777929.
HSL color Cylindrical-coordinate representation of color #09211B: hue angle of 165º 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 #09211B is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 33 | 27 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.87 |
| HSL | 165º | 0.57% | 0.08% | - |
| HSV(B) | 165º | 0.73% | 0.13% | - |
| XYZ | 0.85 | 1.22 | 1.23 | - |
| YUV | 25.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 27 | 0.73 | 0 | 0.18 | 0.87 | 165 | 0.57 | 0.08 |
| Hex | 9 | 21 | 1B | 49 | 0 | 12 | 57 | A5 | 39 | 8 |
| Octal | 11 | 41 | 33 | 111 | 0 | 22 | 127 | 245 | 71 | 10 |
| Binary | 1001 | 100001 | 11011 | 1001001 | 0 | 10010 | 1010111 | 10100101 | 111001 | 1000 |
Color Harmonies of #09211B
Complementary color
Monochromatic Colors of #09211B
Black with #09211B
Text Example
Text Example
White with #09211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09211B; }
p { color: rgb(9,33,27); }
H1.HeaderClassName
{
color: #09211B;
}
.AnyTagClassName
{
color: #09211B;
}
</style>
background-color css
<style>
a { background-color: #09211B; }
a { background-color: rgb(9,33,27); }
div.DivClassName
{
background-color: #09211B;
}
.BgClassName
{
background-color: #09211B;
}
</style>
border-color css
<style>
span { border-color: #09211B; }
span { border-color: rgb(9,33,27); }
td.TdClassName
{
border-color: #09211B;
}
.TagClassName
{
border-color: #09211B;
}
</style>