Shades of Cardin Green #111D17
Tints of Cardin Green #111D17
RGB
CMYK
RGB Variations
Color information
#111D17 (or 0x111D17) is known color: Cardin Green. HEX triplet: 11, 1D and 17. RGB value is (17,29,23). Sum of RGB (Red+Green+Blue) = 17+29+23=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 29 - color contains mainly: green. Hex color #111D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D17 is #EEE2E8. Grayscale: #181818. Windows color (decimal): -15655657 or 1514769. OLE color: 1514769.
HSL color Cylindrical-coordinate representation of color #111D17: hue angle of 150º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111D17 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 23 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.89 |
| HSL | 150º | 0.26% | 0.09% | - |
| HSV(B) | 150º | 0.41% | 0.11% | - |
| XYZ | 0.83 | 1.06 | 0.97 | - |
| YUV | 24.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 23 | 0.41 | 0 | 0.21 | 0.89 | 150 | 0.26 | 0.09 |
| Hex | 11 | 1D | 17 | 29 | 0 | 15 | 59 | 96 | 1A | 9 |
| Octal | 21 | 35 | 27 | 51 | 0 | 25 | 131 | 226 | 32 | 11 |
| Binary | 10001 | 11101 | 10111 | 101001 | 0 | 10101 | 1011001 | 10010110 | 11010 | 1001 |
Color Harmonies of #111D17
Complementary color
Monochromatic Colors of #111D17
Black with #111D17
Text Example
Text Example
White with #111D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D17; }
p { color: rgb(17,29,23); }
H1.HeaderClassName
{
color: #111D17;
}
.AnyTagClassName
{
color: #111D17;
}
</style>
background-color css
<style>
a { background-color: #111D17; }
a { background-color: rgb(17,29,23); }
div.DivClassName
{
background-color: #111D17;
}
.BgClassName
{
background-color: #111D17;
}
</style>
border-color css
<style>
span { border-color: #111D17; }
span { border-color: rgb(17,29,23); }
td.TdClassName
{
border-color: #111D17;
}
.TagClassName
{
border-color: #111D17;
}
</style>