Shades of Dark Green #09281F
Tints of Dark Green #09281F
RGB
CMYK
RGB Variations
Color information
#09281F (or 0x09281F) is known color: Dark Green. HEX triplet: 09, 28 and 1F. RGB value is (9,40,31). Sum of RGB (Red+Green+Blue) = 9+40+31=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #09281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09281F is #F6D7E0. Grayscale: #1D1D1D. Windows color (decimal): -16177121 or 2041865. OLE color: 2041865.
HSL color Cylindrical-coordinate representation of color #09281F: hue angle of 162.58º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #09281F is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 31 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.84 |
| HSL | 162.58º | 0.63% | 0.1% | - |
| HSV(B) | 162.58º | 0.78% | 0.16% | - |
| XYZ | 1.12 | 1.67 | 1.56 | - |
| YUV | 29.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 31 | 0.78 | 0 | 0.22 | 0.84 | 162.58 | 0.63 | 0.1 |
| Hex | 9 | 28 | 1F | 4E | 0 | 16 | 54 | A3 | 3F | A |
| Octal | 11 | 50 | 37 | 116 | 0 | 26 | 124 | 243 | 77 | 12 |
| Binary | 1001 | 101000 | 11111 | 1001110 | 0 | 10110 | 1010100 | 10100011 | 111111 | 1010 |
Color Harmonies of #09281F
Complementary color
Monochromatic Colors of #09281F
Black with #09281F
Text Example
Text Example
White with #09281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09281F; }
p { color: rgb(9,40,31); }
H1.HeaderClassName
{
color: #09281F;
}
.AnyTagClassName
{
color: #09281F;
}
</style>
background-color css
<style>
a { background-color: #09281F; }
a { background-color: rgb(9,40,31); }
div.DivClassName
{
background-color: #09281F;
}
.BgClassName
{
background-color: #09281F;
}
</style>
border-color css
<style>
span { border-color: #09281F; }
span { border-color: rgb(9,40,31); }
td.TdClassName
{
border-color: #09281F;
}
.TagClassName
{
border-color: #09281F;
}
</style>