Shades of Cardin Green #113021
Tints of Cardin Green #113021
RGB
CMYK
RGB Variations
Color information
#113021 (or 0x113021) is known color: Cardin Green. HEX triplet: 11, 30 and 21. RGB value is (17,48,33). Sum of RGB (Red+Green+Blue) = 17+48+33=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #113021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113021 is #EECFDE. Grayscale: #252525. Windows color (decimal): -15650783 or 2174993. OLE color: 2174993.
HSL color Cylindrical-coordinate representation of color #113021: hue angle of 150.97º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113021 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 48 | 33 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.81 |
| HSL | 150.97º | 0.48% | 0.13% | - |
| HSV(B) | 150.97º | 0.65% | 0.19% | - |
| XYZ | 1.56 | 2.34 | 1.81 | - |
| YUV | 37.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 33 | 0.65 | 0 | 0.31 | 0.81 | 150.97 | 0.48 | 0.13 |
| Hex | 11 | 30 | 21 | 41 | 0 | 1F | 51 | 97 | 30 | D |
| Octal | 21 | 60 | 41 | 101 | 0 | 37 | 121 | 227 | 60 | 15 |
| Binary | 10001 | 110000 | 100001 | 1000001 | 0 | 11111 | 1010001 | 10010111 | 110000 | 1101 |
Color Harmonies of #113021
Complementary color
Monochromatic Colors of #113021
Black with #113021
Text Example
Text Example
White with #113021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113021; }
p { color: rgb(17,48,33); }
H1.HeaderClassName
{
color: #113021;
}
.AnyTagClassName
{
color: #113021;
}
</style>
background-color css
<style>
a { background-color: #113021; }
a { background-color: rgb(17,48,33); }
div.DivClassName
{
background-color: #113021;
}
.BgClassName
{
background-color: #113021;
}
</style>
border-color css
<style>
span { border-color: #113021; }
span { border-color: rgb(17,48,33); }
td.TdClassName
{
border-color: #113021;
}
.TagClassName
{
border-color: #113021;
}
</style>