Shades of Cardin Green #122E20
Tints of Cardin Green #122E20
RGB
CMYK
RGB Variations
Color information
#122E20 (or 0x122E20) is known color: Cardin Green. HEX triplet: 12, 2E and 20. RGB value is (18,46,32). Sum of RGB (Red+Green+Blue) = 18+46+32=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #122E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E20 is #EDD1DF. Grayscale: #242424. Windows color (decimal): -15585760 or 2108946. OLE color: 2108946.
HSL color Cylindrical-coordinate representation of color #122E20: hue angle of 150º 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 #122E20 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 32 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.82 |
| HSL | 150º | 0.44% | 0.13% | - |
| HSV(B) | 150º | 0.61% | 0.18% | - |
| XYZ | 1.49 | 2.19 | 1.71 | - |
| YUV | 36.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 32 | 0.61 | 0 | 0.30 | 0.82 | 150 | 0.44 | 0.13 |
| Hex | 12 | 2E | 20 | 3D | 0 | 1E | 52 | 96 | 2C | D |
| Octal | 22 | 56 | 40 | 75 | 0 | 36 | 122 | 226 | 54 | 15 |
| Binary | 10010 | 101110 | 100000 | 111101 | 0 | 11110 | 1010010 | 10010110 | 101100 | 1101 |
Color Harmonies of #122E20
Complementary color
Monochromatic Colors of #122E20
Black with #122E20
Text Example
Text Example
White with #122E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E20; }
p { color: rgb(18,46,32); }
H1.HeaderClassName
{
color: #122E20;
}
.AnyTagClassName
{
color: #122E20;
}
</style>
background-color css
<style>
a { background-color: #122E20; }
a { background-color: rgb(18,46,32); }
div.DivClassName
{
background-color: #122E20;
}
.BgClassName
{
background-color: #122E20;
}
</style>
border-color css
<style>
span { border-color: #122E20; }
span { border-color: rgb(18,46,32); }
td.TdClassName
{
border-color: #122E20;
}
.TagClassName
{
border-color: #122E20;
}
</style>