Shades of Cardin Green #122E22
Tints of Cardin Green #122E22
RGB
CMYK
RGB Variations
Color information
#122E22 (or 0x122E22) is known color: Cardin Green. HEX triplet: 12, 2E and 22. RGB value is (18,46,34). Sum of RGB (Red+Green+Blue) = 18+46+34=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 34 (13.67% from 255 or 34.69% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #122E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E22 is #EDD1DD. Grayscale: #242424. Windows color (decimal): -15585758 or 2240018. OLE color: 2240018.
HSL color Cylindrical-coordinate representation of color #122E22: hue angle of 154.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #122E22 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 34 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.82 |
| HSL | 154.29º | 0.44% | 0.13% | - |
| HSV(B) | 154.29º | 0.61% | 0.18% | - |
| XYZ | 1.52 | 2.2 | 1.86 | - |
| YUV | 36.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 34 | 0.61 | 0 | 0.26 | 0.82 | 154.29 | 0.44 | 0.13 |
| Hex | 12 | 2E | 22 | 3D | 0 | 1A | 52 | 9A | 2C | D |
| Octal | 22 | 56 | 42 | 75 | 0 | 32 | 122 | 232 | 54 | 15 |
| Binary | 10010 | 101110 | 100010 | 111101 | 0 | 11010 | 1010010 | 10011010 | 101100 | 1101 |
Color Harmonies of #122E22
Complementary color
Monochromatic Colors of #122E22
Black with #122E22
Text Example
Text Example
White with #122E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E22; }
p { color: rgb(18,46,34); }
H1.HeaderClassName
{
color: #122E22;
}
.AnyTagClassName
{
color: #122E22;
}
</style>
background-color css
<style>
a { background-color: #122E22; }
a { background-color: rgb(18,46,34); }
div.DivClassName
{
background-color: #122E22;
}
.BgClassName
{
background-color: #122E22;
}
</style>
border-color css
<style>
span { border-color: #122E22; }
span { border-color: rgb(18,46,34); }
td.TdClassName
{
border-color: #122E22;
}
.TagClassName
{
border-color: #122E22;
}
</style>