Shades of Cardin Green #122E1E
Tints of Cardin Green #122E1E
RGB
CMYK
RGB Variations
Color information
#122E1E (or 0x122E1E) is known color: Cardin Green. HEX triplet: 12, 2E and 1E. RGB value is (18,46,30). Sum of RGB (Red+Green+Blue) = 18+46+30=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #122E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122E1E is #EDD1E1. Grayscale: #232323. Windows color (decimal): -15585762 or 1977874. OLE color: 1977874.
HSL color Cylindrical-coordinate representation of color #122E1E: hue angle of 145.71º 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 #122E1E is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 30 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.82 |
| HSL | 145.71º | 0.44% | 0.13% | - |
| HSV(B) | 145.71º | 0.61% | 0.18% | - |
| XYZ | 1.46 | 2.18 | 1.57 | - |
| YUV | 35.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 30 | 0.61 | 0 | 0.35 | 0.82 | 145.71 | 0.44 | 0.13 |
| Hex | 12 | 2E | 1E | 3D | 0 | 23 | 52 | 92 | 2C | D |
| Octal | 22 | 56 | 36 | 75 | 0 | 43 | 122 | 222 | 54 | 15 |
| Binary | 10010 | 101110 | 11110 | 111101 | 0 | 100011 | 1010010 | 10010010 | 101100 | 1101 |
Color Harmonies of #122E1E
Complementary color
Monochromatic Colors of #122E1E
Black with #122E1E
Text Example
Text Example
White with #122E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E1E; }
p { color: rgb(18,46,30); }
H1.HeaderClassName
{
color: #122E1E;
}
.AnyTagClassName
{
color: #122E1E;
}
</style>
background-color css
<style>
a { background-color: #122E1E; }
a { background-color: rgb(18,46,30); }
div.DivClassName
{
background-color: #122E1E;
}
.BgClassName
{
background-color: #122E1E;
}
</style>
border-color css
<style>
span { border-color: #122E1E; }
span { border-color: rgb(18,46,30); }
td.TdClassName
{
border-color: #122E1E;
}
.TagClassName
{
border-color: #122E1E;
}
</style>