Shades of Dark Green #081B19
Tints of Dark Green #081B19
RGB
CMYK
RGB Variations
Color information
#081B19 (or 0x081B19) is known color: Dark Green. HEX triplet: 08, 1B and 19. RGB value is (8,27,25). Sum of RGB (Red+Green+Blue) = 8+27+25=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #081B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081B19 is #F7E4E6. Grayscale: #151515. Windows color (decimal): -16245991 or 1645320. OLE color: 1645320.
HSL color Cylindrical-coordinate representation of color #081B19: hue angle of 173.68º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081B19 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 25 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.89 |
| HSL | 173.68º | 0.54% | 0.07% | - |
| HSV(B) | 173.68º | 0.7% | 0.11% | - |
| XYZ | 0.67 | 0.91 | 1.06 | - |
| YUV | 21.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 25 | 0.70 | 0 | 0.07 | 0.89 | 173.68 | 0.54 | 0.07 |
| Hex | 8 | 1B | 19 | 46 | 0 | 7 | 59 | AE | 36 | 7 |
| Octal | 10 | 33 | 31 | 106 | 0 | 7 | 131 | 256 | 66 | 7 |
| Binary | 1000 | 11011 | 11001 | 1000110 | 0 | 111 | 1011001 | 10101110 | 110110 | 111 |
Color Harmonies of #081B19
Complementary color
Monochromatic Colors of #081B19
Black with #081B19
Text Example
Text Example
White with #081B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B19; }
p { color: rgb(8,27,25); }
H1.HeaderClassName
{
color: #081B19;
}
.AnyTagClassName
{
color: #081B19;
}
</style>
background-color css
<style>
a { background-color: #081B19; }
a { background-color: rgb(8,27,25); }
div.DivClassName
{
background-color: #081B19;
}
.BgClassName
{
background-color: #081B19;
}
</style>
border-color css
<style>
span { border-color: #081B19; }
span { border-color: rgb(8,27,25); }
td.TdClassName
{
border-color: #081B19;
}
.TagClassName
{
border-color: #081B19;
}
</style>