Shades of Dark Green #092919
Tints of Dark Green #092919
RGB
CMYK
RGB Variations
Color information
#092919 (or 0x092919) is known color: Dark Green. HEX triplet: 09, 29 and 19. RGB value is (9,41,25). Sum of RGB (Red+Green+Blue) = 9+41+25=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #092919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092919 is #F6D6E6. Grayscale: #1D1D1D. Windows color (decimal): -16176871 or 1648905. OLE color: 1648905.
HSL color Cylindrical-coordinate representation of color #092919: hue angle of 150º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #092919 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 41 | 25 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.84 |
| HSL | 150º | 0.64% | 0.1% | - |
| HSV(B) | 150º | 0.78% | 0.16% | - |
| XYZ | 1.08 | 1.71 | 1.19 | - |
| YUV | 29.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 25 | 0.78 | 0 | 0.39 | 0.84 | 150 | 0.64 | 0.1 |
| Hex | 9 | 29 | 19 | 4E | 0 | 27 | 54 | 96 | 40 | A |
| Octal | 11 | 51 | 31 | 116 | 0 | 47 | 124 | 226 | 100 | 12 |
| Binary | 1001 | 101001 | 11001 | 1001110 | 0 | 100111 | 1010100 | 10010110 | 1000000 | 1010 |
Color Harmonies of #092919
Complementary color
Monochromatic Colors of #092919
Black with #092919
Text Example
Text Example
White with #092919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092919; }
p { color: rgb(9,41,25); }
H1.HeaderClassName
{
color: #092919;
}
.AnyTagClassName
{
color: #092919;
}
</style>
background-color css
<style>
a { background-color: #092919; }
a { background-color: rgb(9,41,25); }
div.DivClassName
{
background-color: #092919;
}
.BgClassName
{
background-color: #092919;
}
</style>
border-color css
<style>
span { border-color: #092919; }
span { border-color: rgb(9,41,25); }
td.TdClassName
{
border-color: #092919;
}
.TagClassName
{
border-color: #092919;
}
</style>