Shades of Cardin Green #121815
Tints of Cardin Green #121815
RGB
CMYK
RGB Variations
Color information
#121815 (or 0x121815) is known color: Cardin Green. HEX triplet: 12, 18 and 15. RGB value is (18,24,21). Sum of RGB (Red+Green+Blue) = 18+24+21=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 24 - color contains mainly: green. Hex color #121815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121815 is #EDE7EA. Grayscale: #151515. Windows color (decimal): -15591403 or 1382418. OLE color: 1382418.
HSL color Cylindrical-coordinate representation of color #121815: hue angle of 150º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #121815 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 24 | 21 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.91 |
| HSL | 150º | 0.14% | 0.08% | - |
| HSV(B) | 150º | 0.25% | 0.09% | - |
| XYZ | 0.71 | 0.84 | 0.83 | - |
| YUV | 21.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 21 | 0.25 | 0 | 0.13 | 0.91 | 150 | 0.14 | 0.08 |
| Hex | 12 | 18 | 15 | 19 | 0 | D | 5B | 96 | E | 8 |
| Octal | 22 | 30 | 25 | 31 | 0 | 15 | 133 | 226 | 16 | 10 |
| Binary | 10010 | 11000 | 10101 | 11001 | 0 | 1101 | 1011011 | 10010110 | 1110 | 1000 |
Color Harmonies of #121815
Complementary color
Monochromatic Colors of #121815
Black with #121815
Text Example
Text Example
White with #121815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121815; }
p { color: rgb(18,24,21); }
H1.HeaderClassName
{
color: #121815;
}
.AnyTagClassName
{
color: #121815;
}
</style>
background-color css
<style>
a { background-color: #121815; }
a { background-color: rgb(18,24,21); }
div.DivClassName
{
background-color: #121815;
}
.BgClassName
{
background-color: #121815;
}
</style>
border-color css
<style>
span { border-color: #121815; }
span { border-color: rgb(18,24,21); }
td.TdClassName
{
border-color: #121815;
}
.TagClassName
{
border-color: #121815;
}
</style>