Shades of Dark Green #11261F
Tints of Dark Green #11261F
RGB
CMYK
RGB Variations
Color information
#11261F (or 0x11261F) is known color: Dark Green. HEX triplet: 11, 26 and 1F. RGB value is (17,38,31). Sum of RGB (Red+Green+Blue) = 17+38+31=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #11261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261F is #EED9E0. Grayscale: #1E1E1E. Windows color (decimal): -15653345 or 2041361. OLE color: 2041361.
HSL color Cylindrical-coordinate representation of color #11261F: hue angle of 160º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #11261F is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 38 | 31 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.85 |
| HSL | 160º | 0.38% | 0.11% | - |
| HSV(B) | 160º | 0.55% | 0.15% | - |
| XYZ | 1.17 | 1.6 | 1.54 | - |
| YUV | 30.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 31 | 0.55 | 0 | 0.18 | 0.85 | 160 | 0.38 | 0.11 |
| Hex | 11 | 26 | 1F | 37 | 0 | 12 | 55 | A0 | 26 | B |
| Octal | 21 | 46 | 37 | 67 | 0 | 22 | 125 | 240 | 46 | 13 |
| Binary | 10001 | 100110 | 11111 | 110111 | 0 | 10010 | 1010101 | 10100000 | 100110 | 1011 |
Color Harmonies of #11261F
Complementary color
Monochromatic Colors of #11261F
Black with #11261F
Text Example
Text Example
White with #11261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11261F; }
p { color: rgb(17,38,31); }
H1.HeaderClassName
{
color: #11261F;
}
.AnyTagClassName
{
color: #11261F;
}
</style>
background-color css
<style>
a { background-color: #11261F; }
a { background-color: rgb(17,38,31); }
div.DivClassName
{
background-color: #11261F;
}
.BgClassName
{
background-color: #11261F;
}
</style>
border-color css
<style>
span { border-color: #11261F; }
span { border-color: rgb(17,38,31); }
td.TdClassName
{
border-color: #11261F;
}
.TagClassName
{
border-color: #11261F;
}
</style>