Shades of Dark Green #122720
Tints of Dark Green #122720
RGB
CMYK
RGB Variations
Color information
#122720 (or 0x122720) is known color: Dark Green. HEX triplet: 12, 27 and 20. RGB value is (18,39,32). Sum of RGB (Red+Green+Blue) = 18+39+32=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #122720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122720 is #EDD8DF. Grayscale: #1F1F1F. Windows color (decimal): -15587552 or 2107154. OLE color: 2107154.
HSL color Cylindrical-coordinate representation of color #122720: hue angle of 160º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #122720 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 39 | 32 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.85 |
| HSL | 160º | 0.37% | 0.11% | - |
| HSV(B) | 160º | 0.54% | 0.15% | - |
| XYZ | 1.24 | 1.68 | 1.63 | - |
| YUV | 31.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 32 | 0.54 | 0 | 0.18 | 0.85 | 160 | 0.37 | 0.11 |
| Hex | 12 | 27 | 20 | 36 | 0 | 12 | 55 | A0 | 25 | B |
| Octal | 22 | 47 | 40 | 66 | 0 | 22 | 125 | 240 | 45 | 13 |
| Binary | 10010 | 100111 | 100000 | 110110 | 0 | 10010 | 1010101 | 10100000 | 100101 | 1011 |
Color Harmonies of #122720
Complementary color
Monochromatic Colors of #122720
Black with #122720
Text Example
Text Example
White with #122720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122720; }
p { color: rgb(18,39,32); }
H1.HeaderClassName
{
color: #122720;
}
.AnyTagClassName
{
color: #122720;
}
</style>
background-color css
<style>
a { background-color: #122720; }
a { background-color: rgb(18,39,32); }
div.DivClassName
{
background-color: #122720;
}
.BgClassName
{
background-color: #122720;
}
</style>
border-color css
<style>
span { border-color: #122720; }
span { border-color: rgb(18,39,32); }
td.TdClassName
{
border-color: #122720;
}
.TagClassName
{
border-color: #122720;
}
</style>