Shades of Dark Green #11271E
Tints of Dark Green #11271E
RGB
CMYK
RGB Variations
Color information
#11271E (or 0x11271E) is known color: Dark Green. HEX triplet: 11, 27 and 1E. RGB value is (17,39,30). Sum of RGB (Red+Green+Blue) = 17+39+30=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #11271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11271E is #EED8E1. Grayscale: #1F1F1F. Windows color (decimal): -15653090 or 1976081. OLE color: 1976081.
HSL color Cylindrical-coordinate representation of color #11271E: hue angle of 155.45º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11271E is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 39 | 30 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.85 |
| HSL | 155.45º | 0.39% | 0.11% | - |
| HSV(B) | 155.45º | 0.56% | 0.15% | - |
| XYZ | 1.19 | 1.66 | 1.49 | - |
| YUV | 31.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 30 | 0.56 | 0 | 0.23 | 0.85 | 155.45 | 0.39 | 0.11 |
| Hex | 11 | 27 | 1E | 38 | 0 | 17 | 55 | 9B | 27 | B |
| Octal | 21 | 47 | 36 | 70 | 0 | 27 | 125 | 233 | 47 | 13 |
| Binary | 10001 | 100111 | 11110 | 111000 | 0 | 10111 | 1010101 | 10011011 | 100111 | 1011 |
Color Harmonies of #11271E
Complementary color
Monochromatic Colors of #11271E
Black with #11271E
Text Example
Text Example
White with #11271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11271E; }
p { color: rgb(17,39,30); }
H1.HeaderClassName
{
color: #11271E;
}
.AnyTagClassName
{
color: #11271E;
}
</style>
background-color css
<style>
a { background-color: #11271E; }
a { background-color: rgb(17,39,30); }
div.DivClassName
{
background-color: #11271E;
}
.BgClassName
{
background-color: #11271E;
}
</style>
border-color css
<style>
span { border-color: #11271E; }
span { border-color: rgb(17,39,30); }
td.TdClassName
{
border-color: #11271E;
}
.TagClassName
{
border-color: #11271E;
}
</style>