Shades of Cardin Green #113B28
Tints of Cardin Green #113B28
RGB
CMYK
RGB Variations
Color information
#113B28 (or 0x113B28) is known color: Cardin Green. HEX triplet: 11, 3B and 28. RGB value is (17,59,40). Sum of RGB (Red+Green+Blue) = 17+59+40=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #113B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B28 is #EEC4D7. Grayscale: #2C2C2C. Windows color (decimal): -15647960 or 2636561. OLE color: 2636561.
HSL color Cylindrical-coordinate representation of color #113B28: hue angle of 152.86º 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 #113B28 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 59 | 40 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.77 |
| HSL | 152.86º | 0.55% | 0.15% | - |
| HSV(B) | 152.86º | 0.71% | 0.23% | - |
| XYZ | 2.18 | 3.4 | 2.55 | - |
| YUV | 44.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 40 | 0.71 | 0 | 0.32 | 0.77 | 152.86 | 0.55 | 0.15 |
| Hex | 11 | 3B | 28 | 47 | 0 | 20 | 4D | 99 | 37 | F |
| Octal | 21 | 73 | 50 | 107 | 0 | 40 | 115 | 231 | 67 | 17 |
| Binary | 10001 | 111011 | 101000 | 1000111 | 0 | 100000 | 1001101 | 10011001 | 110111 | 1111 |
Color Harmonies of #113B28
Complementary color
Monochromatic Colors of #113B28
Black with #113B28
Text Example
Text Example
White with #113B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B28; }
p { color: rgb(17,59,40); }
H1.HeaderClassName
{
color: #113B28;
}
.AnyTagClassName
{
color: #113B28;
}
</style>
background-color css
<style>
a { background-color: #113B28; }
a { background-color: rgb(17,59,40); }
div.DivClassName
{
background-color: #113B28;
}
.BgClassName
{
background-color: #113B28;
}
</style>
border-color css
<style>
span { border-color: #113B28; }
span { border-color: rgb(17,59,40); }
td.TdClassName
{
border-color: #113B28;
}
.TagClassName
{
border-color: #113B28;
}
</style>