Shades of Cardin Green #122E23
Tints of Cardin Green #122E23
RGB
CMYK
RGB Variations
Color information
#122E23 (or 0x122E23) is known color: Cardin Green. HEX triplet: 12, 2E and 23. RGB value is (18,46,35). Sum of RGB (Red+Green+Blue) = 18+46+35=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #122E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E23 is #EDD1DC. Grayscale: #242424. Windows color (decimal): -15585757 or 2305554. OLE color: 2305554.
HSL color Cylindrical-coordinate representation of color #122E23: hue angle of 156.43º 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 #122E23 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 35 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.82 |
| HSL | 156.43º | 0.44% | 0.13% | - |
| HSV(B) | 156.43º | 0.61% | 0.18% | - |
| XYZ | 1.53 | 2.2 | 1.93 | - |
| YUV | 36.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 35 | 0.61 | 0 | 0.24 | 0.82 | 156.43 | 0.44 | 0.13 |
| Hex | 12 | 2E | 23 | 3D | 0 | 18 | 52 | 9C | 2C | D |
| Octal | 22 | 56 | 43 | 75 | 0 | 30 | 122 | 234 | 54 | 15 |
| Binary | 10010 | 101110 | 100011 | 111101 | 0 | 11000 | 1010010 | 10011100 | 101100 | 1101 |
Color Harmonies of #122E23
Complementary color
Monochromatic Colors of #122E23
Black with #122E23
Text Example
Text Example
White with #122E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E23; }
p { color: rgb(18,46,35); }
H1.HeaderClassName
{
color: #122E23;
}
.AnyTagClassName
{
color: #122E23;
}
</style>
background-color css
<style>
a { background-color: #122E23; }
a { background-color: rgb(18,46,35); }
div.DivClassName
{
background-color: #122E23;
}
.BgClassName
{
background-color: #122E23;
}
</style>
border-color css
<style>
span { border-color: #122E23; }
span { border-color: rgb(18,46,35); }
td.TdClassName
{
border-color: #122E23;
}
.TagClassName
{
border-color: #122E23;
}
</style>