Shades of Dark Green #09261E
Tints of Dark Green #09261E
RGB
CMYK
RGB Variations
Color information
#09261E (or 0x09261E) is known color: Dark Green. HEX triplet: 09, 26 and 1E. RGB value is (9,38,30). Sum of RGB (Red+Green+Blue) = 9+38+30=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #09261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09261E is #F6D9E1. Grayscale: #1C1C1C. Windows color (decimal): -16177634 or 1975817. OLE color: 1975817.
HSL color Cylindrical-coordinate representation of color #09261E: hue angle of 163.45º 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 #09261E is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 38 | 30 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.85 |
| HSL | 163.45º | 0.62% | 0.09% | - |
| HSV(B) | 163.45º | 0.76% | 0.15% | - |
| XYZ | 1.04 | 1.54 | 1.47 | - |
| YUV | 28.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 30 | 0.76 | 0 | 0.21 | 0.85 | 163.45 | 0.62 | 0.09 |
| Hex | 9 | 26 | 1E | 4C | 0 | 15 | 55 | A3 | 3E | 9 |
| Octal | 11 | 46 | 36 | 114 | 0 | 25 | 125 | 243 | 76 | 11 |
| Binary | 1001 | 100110 | 11110 | 1001100 | 0 | 10101 | 1010101 | 10100011 | 111110 | 1001 |
Color Harmonies of #09261E
Complementary color
Monochromatic Colors of #09261E
Black with #09261E
Text Example
Text Example
White with #09261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09261E; }
p { color: rgb(9,38,30); }
H1.HeaderClassName
{
color: #09261E;
}
.AnyTagClassName
{
color: #09261E;
}
</style>
background-color css
<style>
a { background-color: #09261E; }
a { background-color: rgb(9,38,30); }
div.DivClassName
{
background-color: #09261E;
}
.BgClassName
{
background-color: #09261E;
}
</style>
border-color css
<style>
span { border-color: #09261E; }
span { border-color: rgb(9,38,30); }
td.TdClassName
{
border-color: #09261E;
}
.TagClassName
{
border-color: #09261E;
}
</style>