Shades of Dark Green #080B09
Tints of Dark Green #080B09
RGB
CMYK
RGB Variations
Color information
#080B09 (or 0x080B09) is known color: Dark Green. HEX triplet: 08, 0B and 09. RGB value is (8,11,9). Sum of RGB (Red+Green+Blue) = 8+11+9=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 11 - color contains mainly: green. Hex color #080B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B09 is #F7F4F6. Grayscale: #090909. Windows color (decimal): -16250103 or 592648. OLE color: 592648.
HSL color Cylindrical-coordinate representation of color #080B09: hue angle of 140º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #080B09 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 11 | 9 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.96 |
| HSL | 140º | 0.16% | 0.04% | - |
| HSV(B) | 140º | 0.27% | 0.04% | - |
| XYZ | 0.27 | 0.31 | 0.3 | - |
| YUV | 9.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 9 | 0.27 | 0 | 0.18 | 0.96 | 140 | 0.16 | 0.04 |
| Hex | 8 | B | 9 | 1B | 0 | 12 | 60 | 8C | 10 | 4 |
| Octal | 10 | 13 | 11 | 33 | 0 | 22 | 140 | 214 | 20 | 4 |
| Binary | 1000 | 1011 | 1001 | 11011 | 0 | 10010 | 1100000 | 10001100 | 10000 | 100 |
Color Harmonies of #080B09
Complementary color
Monochromatic Colors of #080B09
Black with #080B09
Text Example
Text Example
White with #080B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B09; }
p { color: rgb(8,11,9); }
H1.HeaderClassName
{
color: #080B09;
}
.AnyTagClassName
{
color: #080B09;
}
</style>
background-color css
<style>
a { background-color: #080B09; }
a { background-color: rgb(8,11,9); }
div.DivClassName
{
background-color: #080B09;
}
.BgClassName
{
background-color: #080B09;
}
</style>
border-color css
<style>
span { border-color: #080B09; }
span { border-color: rgb(8,11,9); }
td.TdClassName
{
border-color: #080B09;
}
.TagClassName
{
border-color: #080B09;
}
</style>