Shades of Cardin Green #121F19
Tints of Cardin Green #121F19
RGB
CMYK
RGB Variations
Color information
#121F19 (or 0x121F19) is known color: Cardin Green. HEX triplet: 12, 1F and 19. RGB value is (18,31,25). Sum of RGB (Red+Green+Blue) = 18+31+25=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #121F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F19 is #EDE0E6. Grayscale: #1A1A1A. Windows color (decimal): -15589607 or 1646354. OLE color: 1646354.
HSL color Cylindrical-coordinate representation of color #121F19: hue angle of 152.31º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F19 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 25 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.88 |
| HSL | 152.31º | 0.27% | 0.1% | - |
| HSV(B) | 152.31º | 0.42% | 0.12% | - |
| XYZ | 0.91 | 1.18 | 1.1 | - |
| YUV | 26.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 25 | 0.42 | 0 | 0.19 | 0.88 | 152.31 | 0.27 | 0.1 |
| Hex | 12 | 1F | 19 | 2A | 0 | 13 | 58 | 98 | 1B | A |
| Octal | 22 | 37 | 31 | 52 | 0 | 23 | 130 | 230 | 33 | 12 |
| Binary | 10010 | 11111 | 11001 | 101010 | 0 | 10011 | 1011000 | 10011000 | 11011 | 1010 |
Color Harmonies of #121F19
Complementary color
Monochromatic Colors of #121F19
Black with #121F19
Text Example
Text Example
White with #121F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F19; }
p { color: rgb(18,31,25); }
H1.HeaderClassName
{
color: #121F19;
}
.AnyTagClassName
{
color: #121F19;
}
</style>
background-color css
<style>
a { background-color: #121F19; }
a { background-color: rgb(18,31,25); }
div.DivClassName
{
background-color: #121F19;
}
.BgClassName
{
background-color: #121F19;
}
</style>
border-color css
<style>
span { border-color: #121F19; }
span { border-color: rgb(18,31,25); }
td.TdClassName
{
border-color: #121F19;
}
.TagClassName
{
border-color: #121F19;
}
</style>