Shades of Cardin Green #122B1E
Tints of Cardin Green #122B1E
RGB
CMYK
RGB Variations
Color information
#122B1E (or 0x122B1E) is known color: Cardin Green. HEX triplet: 12, 2B and 1E. RGB value is (18,43,30). Sum of RGB (Red+Green+Blue) = 18+43+30=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #122B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B1E is #EDD4E1. Grayscale: #222222. Windows color (decimal): -15586530 or 1977106. OLE color: 1977106.
HSL color Cylindrical-coordinate representation of color #122B1E: hue angle of 148.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B1E is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 43 | 30 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.83 |
| HSL | 148.8º | 0.41% | 0.12% | - |
| HSV(B) | 148.8º | 0.58% | 0.17% | - |
| XYZ | 1.35 | 1.95 | 1.53 | - |
| YUV | 34.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 30 | 0.58 | 0 | 0.30 | 0.83 | 148.8 | 0.41 | 0.12 |
| Hex | 12 | 2B | 1E | 3A | 0 | 1E | 53 | 95 | 29 | C |
| Octal | 22 | 53 | 36 | 72 | 0 | 36 | 123 | 225 | 51 | 14 |
| Binary | 10010 | 101011 | 11110 | 111010 | 0 | 11110 | 1010011 | 10010101 | 101001 | 1100 |
Color Harmonies of #122B1E
Complementary color
Monochromatic Colors of #122B1E
Black with #122B1E
Text Example
Text Example
White with #122B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B1E; }
p { color: rgb(18,43,30); }
H1.HeaderClassName
{
color: #122B1E;
}
.AnyTagClassName
{
color: #122B1E;
}
</style>
background-color css
<style>
a { background-color: #122B1E; }
a { background-color: rgb(18,43,30); }
div.DivClassName
{
background-color: #122B1E;
}
.BgClassName
{
background-color: #122B1E;
}
</style>
border-color css
<style>
span { border-color: #122B1E; }
span { border-color: rgb(18,43,30); }
td.TdClassName
{
border-color: #122B1E;
}
.TagClassName
{
border-color: #122B1E;
}
</style>