Shades of Cardin Green #112119
Tints of Cardin Green #112119
RGB
CMYK
RGB Variations
Color information
#112119 (or 0x112119) is known color: Cardin Green. HEX triplet: 11, 21 and 19. RGB value is (17,33,25). Sum of RGB (Red+Green+Blue) = 17+33+25=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #112119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112119 is #EEDEE6. Grayscale: #1B1B1B. Windows color (decimal): -15654631 or 1646865. OLE color: 1646865.
HSL color Cylindrical-coordinate representation of color #112119: hue angle of 150º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #112119 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 33 | 25 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.87 |
| HSL | 150º | 0.32% | 0.1% | - |
| HSV(B) | 150º | 0.48% | 0.13% | - |
| XYZ | 0.95 | 1.28 | 1.12 | - |
| YUV | 27.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 25 | 0.48 | 0 | 0.24 | 0.87 | 150 | 0.32 | 0.1 |
| Hex | 11 | 21 | 19 | 30 | 0 | 18 | 57 | 96 | 20 | A |
| Octal | 21 | 41 | 31 | 60 | 0 | 30 | 127 | 226 | 40 | 12 |
| Binary | 10001 | 100001 | 11001 | 110000 | 0 | 11000 | 1010111 | 10010110 | 100000 | 1010 |
Color Harmonies of #112119
Complementary color
Monochromatic Colors of #112119
Black with #112119
Text Example
Text Example
White with #112119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112119; }
p { color: rgb(17,33,25); }
H1.HeaderClassName
{
color: #112119;
}
.AnyTagClassName
{
color: #112119;
}
</style>
background-color css
<style>
a { background-color: #112119; }
a { background-color: rgb(17,33,25); }
div.DivClassName
{
background-color: #112119;
}
.BgClassName
{
background-color: #112119;
}
</style>
border-color css
<style>
span { border-color: #112119; }
span { border-color: rgb(17,33,25); }
td.TdClassName
{
border-color: #112119;
}
.TagClassName
{
border-color: #112119;
}
</style>