Shades of Cardin Green #122A1D
Tints of Cardin Green #122A1D
RGB
CMYK
RGB Variations
Color information
#122A1D (or 0x122A1D) is known color: Cardin Green. HEX triplet: 12, 2A and 1D. RGB value is (18,42,29). Sum of RGB (Red+Green+Blue) = 18+42+29=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 42 (16.80% from 255 or 47.19% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 42 - color contains mainly: green. Hex color #122A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A1D is #EDD5E2. Grayscale: #212121. Windows color (decimal): -15586787 or 1911314. OLE color: 1911314.
HSL color Cylindrical-coordinate representation of color #122A1D: hue angle of 147.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #122A1D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 42 | 29 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.84 |
| HSL | 147.5º | 0.4% | 0.12% | - |
| HSV(B) | 147.5º | 0.57% | 0.16% | - |
| XYZ | 1.3 | 1.87 | 1.46 | - |
| YUV | 33.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 29 | 0.57 | 0 | 0.31 | 0.84 | 147.5 | 0.4 | 0.12 |
| Hex | 12 | 2A | 1D | 39 | 0 | 1F | 54 | 94 | 28 | C |
| Octal | 22 | 52 | 35 | 71 | 0 | 37 | 124 | 224 | 50 | 14 |
| Binary | 10010 | 101010 | 11101 | 111001 | 0 | 11111 | 1010100 | 10010100 | 101000 | 1100 |
Color Harmonies of #122A1D
Complementary color
Monochromatic Colors of #122A1D
Black with #122A1D
Text Example
Text Example
White with #122A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A1D; }
p { color: rgb(18,42,29); }
H1.HeaderClassName
{
color: #122A1D;
}
.AnyTagClassName
{
color: #122A1D;
}
</style>
background-color css
<style>
a { background-color: #122A1D; }
a { background-color: rgb(18,42,29); }
div.DivClassName
{
background-color: #122A1D;
}
.BgClassName
{
background-color: #122A1D;
}
</style>
border-color css
<style>
span { border-color: #122A1D; }
span { border-color: rgb(18,42,29); }
td.TdClassName
{
border-color: #122A1D;
}
.TagClassName
{
border-color: #122A1D;
}
</style>