Shades of Dark Green #09261F
Tints of Dark Green #09261F
RGB
CMYK
RGB Variations
Color information
#09261F (or 0x09261F) is known color: Dark Green. HEX triplet: 09, 26 and 1F. RGB value is (9,38,31). Sum of RGB (Red+Green+Blue) = 9+38+31=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #09261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261F is #F6D9E0. Grayscale: #1C1C1C. Windows color (decimal): -16177633 or 2041353. OLE color: 2041353.
HSL color Cylindrical-coordinate representation of color #09261F: hue angle of 165.52º degrees, saturation: 0.62, 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 #09261F is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 38 | 31 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.85 |
| HSL | 165.52º | 0.62% | 0.09% | - |
| HSV(B) | 165.52º | 0.76% | 0.15% | - |
| XYZ | 1.05 | 1.54 | 1.54 | - |
| YUV | 28.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 31 | 0.76 | 0 | 0.18 | 0.85 | 165.52 | 0.62 | 0.09 |
| Hex | 9 | 26 | 1F | 4C | 0 | 12 | 55 | A6 | 3E | 9 |
| Octal | 11 | 46 | 37 | 114 | 0 | 22 | 125 | 246 | 76 | 11 |
| Binary | 1001 | 100110 | 11111 | 1001100 | 0 | 10010 | 1010101 | 10100110 | 111110 | 1001 |
Color Harmonies of #09261F
Complementary color
Monochromatic Colors of #09261F
Black with #09261F
Text Example
Text Example
White with #09261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09261F; }
p { color: rgb(9,38,31); }
H1.HeaderClassName
{
color: #09261F;
}
.AnyTagClassName
{
color: #09261F;
}
</style>
background-color css
<style>
a { background-color: #09261F; }
a { background-color: rgb(9,38,31); }
div.DivClassName
{
background-color: #09261F;
}
.BgClassName
{
background-color: #09261F;
}
</style>
border-color css
<style>
span { border-color: #09261F; }
span { border-color: rgb(9,38,31); }
td.TdClassName
{
border-color: #09261F;
}
.TagClassName
{
border-color: #09261F;
}
</style>