Shades of Cardin Green #122D20
Tints of Cardin Green #122D20
RGB
CMYK
RGB Variations
Color information
#122D20 (or 0x122D20) is known color: Cardin Green. HEX triplet: 12, 2D and 20. RGB value is (18,45,32). Sum of RGB (Red+Green+Blue) = 18+45+32=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #122D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D20 is #EDD2DF. Grayscale: #232323. Windows color (decimal): -15586016 or 2108690. OLE color: 2108690.
HSL color Cylindrical-coordinate representation of color #122D20: hue angle of 151.11º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #122D20 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 45 | 32 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.82 |
| HSL | 151.11º | 0.43% | 0.12% | - |
| HSV(B) | 151.11º | 0.6% | 0.18% | - |
| XYZ | 1.45 | 2.11 | 1.7 | - |
| YUV | 35.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 32 | 0.6 | 0 | 0.29 | 0.82 | 151.11 | 0.43 | 0.12 |
| Hex | 12 | 2D | 20 | 3C | 0 | 1D | 52 | 97 | 2B | C |
| Octal | 22 | 55 | 40 | 74 | 0 | 35 | 122 | 227 | 53 | 14 |
| Binary | 10010 | 101101 | 100000 | 111100 | 0 | 11101 | 1010010 | 10010111 | 101011 | 1100 |
Color Harmonies of #122D20
Complementary color
Monochromatic Colors of #122D20
Black with #122D20
Text Example
Text Example
White with #122D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D20; }
p { color: rgb(18,45,32); }
H1.HeaderClassName
{
color: #122D20;
}
.AnyTagClassName
{
color: #122D20;
}
</style>
background-color css
<style>
a { background-color: #122D20; }
a { background-color: rgb(18,45,32); }
div.DivClassName
{
background-color: #122D20;
}
.BgClassName
{
background-color: #122D20;
}
</style>
border-color css
<style>
span { border-color: #122D20; }
span { border-color: rgb(18,45,32); }
td.TdClassName
{
border-color: #122D20;
}
.TagClassName
{
border-color: #122D20;
}
</style>