Shades of Dark Green #122922
Tints of Dark Green #122922
RGB
CMYK
RGB Variations
Color information
#122922 (or 0x122922) is known color: Dark Green. HEX triplet: 12, 29 and 22. RGB value is (18,41,34). Sum of RGB (Red+Green+Blue) = 18+41+34=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #122922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122922 is #EDD6DD. Grayscale: #212121. Windows color (decimal): -15587038 or 2238738. OLE color: 2238738.
HSL color Cylindrical-coordinate representation of color #122922: hue angle of 161.74º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122922 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 41 | 34 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.84 |
| HSL | 161.74º | 0.39% | 0.12% | - |
| HSV(B) | 161.74º | 0.56% | 0.16% | - |
| XYZ | 1.33 | 1.83 | 1.8 | - |
| YUV | 33.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 34 | 0.56 | 0 | 0.17 | 0.84 | 161.74 | 0.39 | 0.12 |
| Hex | 12 | 29 | 22 | 38 | 0 | 11 | 54 | A2 | 27 | C |
| Octal | 22 | 51 | 42 | 70 | 0 | 21 | 124 | 242 | 47 | 14 |
| Binary | 10010 | 101001 | 100010 | 111000 | 0 | 10001 | 1010100 | 10100010 | 100111 | 1100 |
Color Harmonies of #122922
Complementary color
Monochromatic Colors of #122922
Black with #122922
Text Example
Text Example
White with #122922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122922; }
p { color: rgb(18,41,34); }
H1.HeaderClassName
{
color: #122922;
}
.AnyTagClassName
{
color: #122922;
}
</style>
background-color css
<style>
a { background-color: #122922; }
a { background-color: rgb(18,41,34); }
div.DivClassName
{
background-color: #122922;
}
.BgClassName
{
background-color: #122922;
}
</style>
border-color css
<style>
span { border-color: #122922; }
span { border-color: rgb(18,41,34); }
td.TdClassName
{
border-color: #122922;
}
.TagClassName
{
border-color: #122922;
}
</style>