Shades of Cardin Green #11281D
Tints of Cardin Green #11281D
RGB
CMYK
RGB Variations
Color information
#11281D (or 0x11281D) is known color: Cardin Green. HEX triplet: 11, 28 and 1D. RGB value is (17,40,29). Sum of RGB (Red+Green+Blue) = 17+40+29=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #11281D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11281D is #EED7E2. Grayscale: #1F1F1F. Windows color (decimal): -15652835 or 1910801. OLE color: 1910801.
HSL color Cylindrical-coordinate representation of color #11281D: hue angle of 151.3º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #11281D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 29 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.84 |
| HSL | 151.3º | 0.4% | 0.11% | - |
| HSV(B) | 151.3º | 0.58% | 0.16% | - |
| XYZ | 1.21 | 1.73 | 1.43 | - |
| YUV | 31.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 29 | 0.57 | 0 | 0.28 | 0.84 | 151.3 | 0.4 | 0.11 |
| Hex | 11 | 28 | 1D | 39 | 0 | 1C | 54 | 97 | 28 | B |
| Octal | 21 | 50 | 35 | 71 | 0 | 34 | 124 | 227 | 50 | 13 |
| Binary | 10001 | 101000 | 11101 | 111001 | 0 | 11100 | 1010100 | 10010111 | 101000 | 1011 |
Color Harmonies of #11281D
Complementary color
Monochromatic Colors of #11281D
Black with #11281D
Text Example
Text Example
White with #11281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11281D; }
p { color: rgb(17,40,29); }
H1.HeaderClassName
{
color: #11281D;
}
.AnyTagClassName
{
color: #11281D;
}
</style>
background-color css
<style>
a { background-color: #11281D; }
a { background-color: rgb(17,40,29); }
div.DivClassName
{
background-color: #11281D;
}
.BgClassName
{
background-color: #11281D;
}
</style>
border-color css
<style>
span { border-color: #11281D; }
span { border-color: rgb(17,40,29); }
td.TdClassName
{
border-color: #11281D;
}
.TagClassName
{
border-color: #11281D;
}
</style>