Shades of Cardin Green #122E24
Tints of Cardin Green #122E24
RGB
CMYK
RGB Variations
Color information
#122E24 (or 0x122E24) is known color: Cardin Green. HEX triplet: 12, 2E and 24. RGB value is (18,46,36). Sum of RGB (Red+Green+Blue) = 18+46+36=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 46 (18.36% from 255 or 46% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 46 - color contains mainly: green. Hex color #122E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E24 is #EDD1DB. Grayscale: #242424. Windows color (decimal): -15585756 or 2371090. OLE color: 2371090.
HSL color Cylindrical-coordinate representation of color #122E24: hue angle of 158.57º 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 #122E24 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 36 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.82 |
| HSL | 158.57º | 0.44% | 0.13% | - |
| HSV(B) | 158.57º | 0.61% | 0.18% | - |
| XYZ | 1.54 | 2.21 | 2.01 | - |
| YUV | 36.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 36 | 0.61 | 0 | 0.22 | 0.82 | 158.57 | 0.44 | 0.13 |
| Hex | 12 | 2E | 24 | 3D | 0 | 16 | 52 | 9F | 2C | D |
| Octal | 22 | 56 | 44 | 75 | 0 | 26 | 122 | 237 | 54 | 15 |
| Binary | 10010 | 101110 | 100100 | 111101 | 0 | 10110 | 1010010 | 10011111 | 101100 | 1101 |
Color Harmonies of #122E24
Complementary color
Monochromatic Colors of #122E24
Black with #122E24
Text Example
Text Example
White with #122E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E24; }
p { color: rgb(18,46,36); }
H1.HeaderClassName
{
color: #122E24;
}
.AnyTagClassName
{
color: #122E24;
}
</style>
background-color css
<style>
a { background-color: #122E24; }
a { background-color: rgb(18,46,36); }
div.DivClassName
{
background-color: #122E24;
}
.BgClassName
{
background-color: #122E24;
}
</style>
border-color css
<style>
span { border-color: #122E24; }
span { border-color: rgb(18,46,36); }
td.TdClassName
{
border-color: #122E24;
}
.TagClassName
{
border-color: #122E24;
}
</style>