Shades of Cardin Green #11372A
Tints of Cardin Green #11372A
RGB
CMYK
RGB Variations
Color information
#11372A (or 0x11372A) is known color: Cardin Green. HEX triplet: 11, 37 and 2A. RGB value is (17,55,42). Sum of RGB (Red+Green+Blue) = 17+55+42=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #11372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11372A is #EEC8D5. Grayscale: #2A2A2A. Windows color (decimal): -15648982 or 2766609. OLE color: 2766609.
HSL color Cylindrical-coordinate representation of color #11372A: hue angle of 159.47º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11372A is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 42 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.78 |
| HSL | 159.47º | 0.53% | 0.14% | - |
| HSV(B) | 159.47º | 0.69% | 0.22% | - |
| XYZ | 2.02 | 3.02 | 2.67 | - |
| YUV | 42.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 42 | 0.69 | 0 | 0.24 | 0.78 | 159.47 | 0.53 | 0.14 |
| Hex | 11 | 37 | 2A | 45 | 0 | 18 | 4E | 9F | 35 | E |
| Octal | 21 | 67 | 52 | 105 | 0 | 30 | 116 | 237 | 65 | 16 |
| Binary | 10001 | 110111 | 101010 | 1000101 | 0 | 11000 | 1001110 | 10011111 | 110101 | 1110 |
Color Harmonies of #11372A
Complementary color
Monochromatic Colors of #11372A
Black with #11372A
Text Example
Text Example
White with #11372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11372A; }
p { color: rgb(17,55,42); }
H1.HeaderClassName
{
color: #11372A;
}
.AnyTagClassName
{
color: #11372A;
}
</style>
background-color css
<style>
a { background-color: #11372A; }
a { background-color: rgb(17,55,42); }
div.DivClassName
{
background-color: #11372A;
}
.BgClassName
{
background-color: #11372A;
}
</style>
border-color css
<style>
span { border-color: #11372A; }
span { border-color: rgb(17,55,42); }
td.TdClassName
{
border-color: #11372A;
}
.TagClassName
{
border-color: #11372A;
}
</style>