Shades of Cardin Green #113B29
Tints of Cardin Green #113B29
RGB
CMYK
RGB Variations
Color information
#113B29 (or 0x113B29) is known color: Cardin Green. HEX triplet: 11, 3B and 29. RGB value is (17,59,41). Sum of RGB (Red+Green+Blue) = 17+59+41=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #113B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B29 is #EEC4D6. Grayscale: #2C2C2C. Windows color (decimal): -15647959 or 2702097. OLE color: 2702097.
HSL color Cylindrical-coordinate representation of color #113B29: hue angle of 154.29º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113B29 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 41 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.77 |
| HSL | 154.29º | 0.55% | 0.15% | - |
| HSV(B) | 154.29º | 0.71% | 0.23% | - |
| XYZ | 2.2 | 3.41 | 2.64 | - |
| YUV | 44.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 41 | 0.71 | 0 | 0.31 | 0.77 | 154.29 | 0.55 | 0.15 |
| Hex | 11 | 3B | 29 | 47 | 0 | 1F | 4D | 9A | 37 | F |
| Octal | 21 | 73 | 51 | 107 | 0 | 37 | 115 | 232 | 67 | 17 |
| Binary | 10001 | 111011 | 101001 | 1000111 | 0 | 11111 | 1001101 | 10011010 | 110111 | 1111 |
Color Harmonies of #113B29
Complementary color
Monochromatic Colors of #113B29
Black with #113B29
Text Example
Text Example
White with #113B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B29; }
p { color: rgb(17,59,41); }
H1.HeaderClassName
{
color: #113B29;
}
.AnyTagClassName
{
color: #113B29;
}
</style>
background-color css
<style>
a { background-color: #113B29; }
a { background-color: rgb(17,59,41); }
div.DivClassName
{
background-color: #113B29;
}
.BgClassName
{
background-color: #113B29;
}
</style>
border-color css
<style>
span { border-color: #113B29; }
span { border-color: rgb(17,59,41); }
td.TdClassName
{
border-color: #113B29;
}
.TagClassName
{
border-color: #113B29;
}
</style>