Shades of Cardin Green #111E17
Tints of Cardin Green #111E17
RGB
CMYK
RGB Variations
Color information
#111E17 (or 0x111E17) is known color: Cardin Green. HEX triplet: 11, 1E and 17. RGB value is (17,30,23). Sum of RGB (Red+Green+Blue) = 17+30+23=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #111E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E17 is #EEE1E8. Grayscale: #191919. Windows color (decimal): -15655401 or 1515025. OLE color: 1515025.
HSL color Cylindrical-coordinate representation of color #111E17: hue angle of 147.69º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111E17 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 23 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.88 |
| HSL | 147.69º | 0.28% | 0.09% | - |
| HSV(B) | 147.69º | 0.43% | 0.12% | - |
| XYZ | 0.85 | 1.11 | 0.98 | - |
| YUV | 25.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 23 | 0.43 | 0 | 0.23 | 0.88 | 147.69 | 0.28 | 0.09 |
| Hex | 11 | 1E | 17 | 2B | 0 | 17 | 58 | 94 | 1C | 9 |
| Octal | 21 | 36 | 27 | 53 | 0 | 27 | 130 | 224 | 34 | 11 |
| Binary | 10001 | 11110 | 10111 | 101011 | 0 | 10111 | 1011000 | 10010100 | 11100 | 1001 |
Color Harmonies of #111E17
Complementary color
Monochromatic Colors of #111E17
Black with #111E17
Text Example
Text Example
White with #111E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E17; }
p { color: rgb(17,30,23); }
H1.HeaderClassName
{
color: #111E17;
}
.AnyTagClassName
{
color: #111E17;
}
</style>
background-color css
<style>
a { background-color: #111E17; }
a { background-color: rgb(17,30,23); }
div.DivClassName
{
background-color: #111E17;
}
.BgClassName
{
background-color: #111E17;
}
</style>
border-color css
<style>
span { border-color: #111E17; }
span { border-color: rgb(17,30,23); }
td.TdClassName
{
border-color: #111E17;
}
.TagClassName
{
border-color: #111E17;
}
</style>