Shades of Dark Green #09251C
Tints of Dark Green #09251C
RGB
CMYK
RGB Variations
Color information
#09251C (or 0x09251C) is known color: Dark Green. HEX triplet: 09, 25 and 1C. RGB value is (9,37,28). Sum of RGB (Red+Green+Blue) = 9+37+28=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #09251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09251C is #F6DAE3. Grayscale: #1B1B1B. Windows color (decimal): -16177892 or 1844489. OLE color: 1844489.
HSL color Cylindrical-coordinate representation of color #09251C: hue angle of 160.71º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09251C is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 28 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.85 |
| HSL | 160.71º | 0.61% | 0.09% | - |
| HSV(B) | 160.71º | 0.76% | 0.15% | - |
| XYZ | 0.98 | 1.47 | 1.33 | - |
| YUV | 27.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 28 | 0.76 | 0 | 0.24 | 0.85 | 160.71 | 0.61 | 0.09 |
| Hex | 9 | 25 | 1C | 4C | 0 | 18 | 55 | A1 | 3D | 9 |
| Octal | 11 | 45 | 34 | 114 | 0 | 30 | 125 | 241 | 75 | 11 |
| Binary | 1001 | 100101 | 11100 | 1001100 | 0 | 11000 | 1010101 | 10100001 | 111101 | 1001 |
Color Harmonies of #09251C
Complementary color
Monochromatic Colors of #09251C
Black with #09251C
Text Example
Text Example
White with #09251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09251C; }
p { color: rgb(9,37,28); }
H1.HeaderClassName
{
color: #09251C;
}
.AnyTagClassName
{
color: #09251C;
}
</style>
background-color css
<style>
a { background-color: #09251C; }
a { background-color: rgb(9,37,28); }
div.DivClassName
{
background-color: #09251C;
}
.BgClassName
{
background-color: #09251C;
}
</style>
border-color css
<style>
span { border-color: #09251C; }
span { border-color: rgb(9,37,28); }
td.TdClassName
{
border-color: #09251C;
}
.TagClassName
{
border-color: #09251C;
}
</style>