Shades of Cardin Green #122019
Tints of Cardin Green #122019
RGB
CMYK
RGB Variations
Color information
#122019 (or 0x122019) is known color: Cardin Green. HEX triplet: 12, 20 and 19. RGB value is (18,32,25). Sum of RGB (Red+Green+Blue) = 18+32+25=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #122019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122019 is #EDDFE6. Grayscale: #1B1B1B. Windows color (decimal): -15589351 or 1646610. OLE color: 1646610.
HSL color Cylindrical-coordinate representation of color #122019: hue angle of 150º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #122019 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 32 | 25 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.87 |
| HSL | 150º | 0.28% | 0.1% | - |
| HSV(B) | 150º | 0.44% | 0.13% | - |
| XYZ | 0.94 | 1.23 | 1.11 | - |
| YUV | 27.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 25 | 0.44 | 0 | 0.22 | 0.87 | 150 | 0.28 | 0.1 |
| Hex | 12 | 20 | 19 | 2C | 0 | 16 | 57 | 96 | 1C | A |
| Octal | 22 | 40 | 31 | 54 | 0 | 26 | 127 | 226 | 34 | 12 |
| Binary | 10010 | 100000 | 11001 | 101100 | 0 | 10110 | 1010111 | 10010110 | 11100 | 1010 |
Color Harmonies of #122019
Complementary color
Monochromatic Colors of #122019
Black with #122019
Text Example
Text Example
White with #122019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122019; }
p { color: rgb(18,32,25); }
H1.HeaderClassName
{
color: #122019;
}
.AnyTagClassName
{
color: #122019;
}
</style>
background-color css
<style>
a { background-color: #122019; }
a { background-color: rgb(18,32,25); }
div.DivClassName
{
background-color: #122019;
}
.BgClassName
{
background-color: #122019;
}
</style>
border-color css
<style>
span { border-color: #122019; }
span { border-color: rgb(18,32,25); }
td.TdClassName
{
border-color: #122019;
}
.TagClassName
{
border-color: #122019;
}
</style>