Shades of Cardin Green #11392B
Tints of Cardin Green #11392B
RGB
CMYK
RGB Variations
Color information
#11392B (or 0x11392B) is known color: Cardin Green. HEX triplet: 11, 39 and 2B. RGB value is (17,57,43). Sum of RGB (Red+Green+Blue) = 17+57+43=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #11392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392B is #EEC6D4. Grayscale: #2B2B2B. Windows color (decimal): -15648469 or 2832657. OLE color: 2832657.
HSL color Cylindrical-coordinate representation of color #11392B: hue angle of 159º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11392B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 43 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.78 |
| HSL | 159º | 0.54% | 0.15% | - |
| HSV(B) | 159º | 0.7% | 0.22% | - |
| XYZ | 2.13 | 3.22 | 2.79 | - |
| YUV | 43.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 43 | 0.70 | 0 | 0.25 | 0.78 | 159 | 0.54 | 0.15 |
| Hex | 11 | 39 | 2B | 46 | 0 | 19 | 4E | 9F | 36 | F |
| Octal | 21 | 71 | 53 | 106 | 0 | 31 | 116 | 237 | 66 | 17 |
| Binary | 10001 | 111001 | 101011 | 1000110 | 0 | 11001 | 1001110 | 10011111 | 110110 | 1111 |
Color Harmonies of #11392B
Complementary color
Monochromatic Colors of #11392B
Black with #11392B
Text Example
Text Example
White with #11392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11392B; }
p { color: rgb(17,57,43); }
H1.HeaderClassName
{
color: #11392B;
}
.AnyTagClassName
{
color: #11392B;
}
</style>
background-color css
<style>
a { background-color: #11392B; }
a { background-color: rgb(17,57,43); }
div.DivClassName
{
background-color: #11392B;
}
.BgClassName
{
background-color: #11392B;
}
</style>
border-color css
<style>
span { border-color: #11392B; }
span { border-color: rgb(17,57,43); }
td.TdClassName
{
border-color: #11392B;
}
.TagClassName
{
border-color: #11392B;
}
</style>