Shades of Cardin Green #121C17
Tints of Cardin Green #121C17
RGB
CMYK
RGB Variations
Color information
#121C17 (or 0x121C17) is known color: Cardin Green. HEX triplet: 12, 1C and 17. RGB value is (18,28,23). Sum of RGB (Red+Green+Blue) = 18+28+23=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 28 - color contains mainly: green. Hex color #121C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C17 is #EDE3E8. Grayscale: #181818. Windows color (decimal): -15590377 or 1514514. OLE color: 1514514.
HSL color Cylindrical-coordinate representation of color #121C17: hue angle of 150º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121C17 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 28 | 23 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.89 |
| HSL | 150º | 0.22% | 0.09% | - |
| HSV(B) | 150º | 0.36% | 0.11% | - |
| XYZ | 0.82 | 1.02 | 0.96 | - |
| YUV | 24.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 23 | 0.36 | 0 | 0.18 | 0.89 | 150 | 0.22 | 0.09 |
| Hex | 12 | 1C | 17 | 24 | 0 | 12 | 59 | 96 | 16 | 9 |
| Octal | 22 | 34 | 27 | 44 | 0 | 22 | 131 | 226 | 26 | 11 |
| Binary | 10010 | 11100 | 10111 | 100100 | 0 | 10010 | 1011001 | 10010110 | 10110 | 1001 |
Color Harmonies of #121C17
Complementary color
Monochromatic Colors of #121C17
Black with #121C17
Text Example
Text Example
White with #121C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C17; }
p { color: rgb(18,28,23); }
H1.HeaderClassName
{
color: #121C17;
}
.AnyTagClassName
{
color: #121C17;
}
</style>
background-color css
<style>
a { background-color: #121C17; }
a { background-color: rgb(18,28,23); }
div.DivClassName
{
background-color: #121C17;
}
.BgClassName
{
background-color: #121C17;
}
</style>
border-color css
<style>
span { border-color: #121C17; }
span { border-color: rgb(18,28,23); }
td.TdClassName
{
border-color: #121C17;
}
.TagClassName
{
border-color: #121C17;
}
</style>