Shades of Cardin Green #111F18
Tints of Cardin Green #111F18
RGB
CMYK
RGB Variations
Color information
#111F18 (or 0x111F18) is known color: Cardin Green. HEX triplet: 11, 1F and 18. RGB value is (17,31,24). Sum of RGB (Red+Green+Blue) = 17+31+24=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #111F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F18 is #EEE0E7. Grayscale: #1A1A1A. Windows color (decimal): -15655144 or 1580817. OLE color: 1580817.
HSL color Cylindrical-coordinate representation of color #111F18: hue angle of 150º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F18 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 31 | 24 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.88 |
| HSL | 150º | 0.29% | 0.09% | - |
| HSV(B) | 150º | 0.45% | 0.12% | - |
| XYZ | 0.89 | 1.17 | 1.04 | - |
| YUV | 26.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 24 | 0.45 | 0 | 0.23 | 0.88 | 150 | 0.29 | 0.09 |
| Hex | 11 | 1F | 18 | 2D | 0 | 17 | 58 | 96 | 1D | 9 |
| Octal | 21 | 37 | 30 | 55 | 0 | 27 | 130 | 226 | 35 | 11 |
| Binary | 10001 | 11111 | 11000 | 101101 | 0 | 10111 | 1011000 | 10010110 | 11101 | 1001 |
Color Harmonies of #111F18
Complementary color
Monochromatic Colors of #111F18
Black with #111F18
Text Example
Text Example
White with #111F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F18; }
p { color: rgb(17,31,24); }
H1.HeaderClassName
{
color: #111F18;
}
.AnyTagClassName
{
color: #111F18;
}
</style>
background-color css
<style>
a { background-color: #111F18; }
a { background-color: rgb(17,31,24); }
div.DivClassName
{
background-color: #111F18;
}
.BgClassName
{
background-color: #111F18;
}
</style>
border-color css
<style>
span { border-color: #111F18; }
span { border-color: rgb(17,31,24); }
td.TdClassName
{
border-color: #111F18;
}
.TagClassName
{
border-color: #111F18;
}
</style>