Shades of Dark Green #11221B
Tints of Dark Green #11221B
RGB
CMYK
RGB Variations
Color information
#11221B (or 0x11221B) is known color: Dark Green. HEX triplet: 11, 22 and 1B. RGB value is (17,34,27). Sum of RGB (Red+Green+Blue) = 17+34+27=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #11221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11221B is #EEDDE4. Grayscale: #1C1C1C. Windows color (decimal): -15654373 or 1778193. OLE color: 1778193.
HSL color Cylindrical-coordinate representation of color #11221B: hue angle of 155.29º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11221B is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
RGB | 17 | 34 | 27 | - |
CMYK | 0.50 | 0 | 0.21 | 0.87 |
HSL | 155.29º | 0.33% | 0.1% | - |
HSV(B) | 155.29º | 0.5% | 0.13% | - |
XYZ | 1 | 1.34 | 1.24 | - |
YUV | 28.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 34 | 27 | 0.50 | 0 | 0.21 | 0.87 | 155.29 | 0.33 | 0.1 |
Hex | 11 | 22 | 1B | 32 | 0 | 15 | 57 | 9B | 21 | A |
Octal | 21 | 42 | 33 | 62 | 0 | 25 | 127 | 233 | 41 | 12 |
Binary | 10001 | 100010 | 11011 | 110010 | 0 | 10101 | 1010111 | 10011011 | 100001 | 1010 |
Color Harmonies of #11221B
Complementary color
Monochromatic Colors of #11221B
Black with #11221B
Text Example
Text Example
White with #11221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11221B; }
p { color: rgb(17,34,27); }
H1.HeaderClassName
{
color: #11221B;
}
.AnyTagClassName
{
color: #11221B;
}
</style>
background-color css
<style>
a { background-color: #11221B; }
a { background-color: rgb(17,34,27); }
div.DivClassName
{
background-color: #11221B;
}
.BgClassName
{
background-color: #11221B;
}
</style>
border-color css
<style>
span { border-color: #11221B; }
span { border-color: rgb(17,34,27); }
td.TdClassName
{
border-color: #11221B;
}
.TagClassName
{
border-color: #11221B;
}
</style>