Shades of Cardin Green #113C28
Tints of Cardin Green #113C28
RGB
CMYK
RGB Variations
Color information
#113C28 (or 0x113C28) is known color: Cardin Green. HEX triplet: 11, 3C and 28. RGB value is (17,60,40). Sum of RGB (Red+Green+Blue) = 17+60+40=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #113C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C28 is #EEC3D7. Grayscale: #2C2C2C. Windows color (decimal): -15647704 or 2636817. OLE color: 2636817.
HSL color Cylindrical-coordinate representation of color #113C28: hue angle of 152.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113C28 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 60 | 40 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.76 |
| HSL | 152.09º | 0.56% | 0.15% | - |
| HSV(B) | 152.09º | 0.72% | 0.24% | - |
| XYZ | 2.23 | 3.5 | 2.57 | - |
| YUV | 44.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 40 | 0.72 | 0 | 0.33 | 0.76 | 152.09 | 0.56 | 0.15 |
| Hex | 11 | 3C | 28 | 48 | 0 | 21 | 4C | 98 | 38 | F |
| Octal | 21 | 74 | 50 | 110 | 0 | 41 | 114 | 230 | 70 | 17 |
| Binary | 10001 | 111100 | 101000 | 1001000 | 0 | 100001 | 1001100 | 10011000 | 111000 | 1111 |
Color Harmonies of #113C28
Complementary color
Monochromatic Colors of #113C28
Black with #113C28
Text Example
Text Example
White with #113C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C28; }
p { color: rgb(17,60,40); }
H1.HeaderClassName
{
color: #113C28;
}
.AnyTagClassName
{
color: #113C28;
}
</style>
background-color css
<style>
a { background-color: #113C28; }
a { background-color: rgb(17,60,40); }
div.DivClassName
{
background-color: #113C28;
}
.BgClassName
{
background-color: #113C28;
}
</style>
border-color css
<style>
span { border-color: #113C28; }
span { border-color: rgb(17,60,40); }
td.TdClassName
{
border-color: #113C28;
}
.TagClassName
{
border-color: #113C28;
}
</style>