Shades of Cardin Green #113A2B
Tints of Cardin Green #113A2B
RGB
CMYK
RGB Variations
Color information
#113A2B (or 0x113A2B) is known color: Cardin Green. HEX triplet: 11, 3A and 2B. RGB value is (17,58,43). Sum of RGB (Red+Green+Blue) = 17+58+43=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #113A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A2B is #EEC5D4. Grayscale: #2C2C2C. Windows color (decimal): -15648213 or 2832913. OLE color: 2832913.
HSL color Cylindrical-coordinate representation of color #113A2B: hue angle of 158.05º 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 #113A2B is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 58 | 43 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.77 |
| HSL | 158.05º | 0.55% | 0.15% | - |
| HSV(B) | 158.05º | 0.71% | 0.23% | - |
| XYZ | 2.18 | 3.32 | 2.81 | - |
| YUV | 44.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 43 | 0.71 | 0 | 0.26 | 0.77 | 158.05 | 0.55 | 0.15 |
| Hex | 11 | 3A | 2B | 47 | 0 | 1A | 4D | 9E | 37 | F |
| Octal | 21 | 72 | 53 | 107 | 0 | 32 | 115 | 236 | 67 | 17 |
| Binary | 10001 | 111010 | 101011 | 1000111 | 0 | 11010 | 1001101 | 10011110 | 110111 | 1111 |
Color Harmonies of #113A2B
Complementary color
Monochromatic Colors of #113A2B
Black with #113A2B
Text Example
Text Example
White with #113A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A2B; }
p { color: rgb(17,58,43); }
H1.HeaderClassName
{
color: #113A2B;
}
.AnyTagClassName
{
color: #113A2B;
}
</style>
background-color css
<style>
a { background-color: #113A2B; }
a { background-color: rgb(17,58,43); }
div.DivClassName
{
background-color: #113A2B;
}
.BgClassName
{
background-color: #113A2B;
}
</style>
border-color css
<style>
span { border-color: #113A2B; }
span { border-color: rgb(17,58,43); }
td.TdClassName
{
border-color: #113A2B;
}
.TagClassName
{
border-color: #113A2B;
}
</style>