Shades of Cardin Green #11311F
Tints of Cardin Green #11311F
RGB
CMYK
RGB Variations
Color information
#11311F (or 0x11311F) is known color: Cardin Green. HEX triplet: 11, 31 and 1F. RGB value is (17,49,31). Sum of RGB (Red+Green+Blue) = 17+49+31=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #11311F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11311F is #EECEE0. Grayscale: #252525. Windows color (decimal): -15650529 or 2044177. OLE color: 2044177.
HSL color Cylindrical-coordinate representation of color #11311F: hue angle of 146.25º 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 #11311F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 49 | 31 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.81 |
| HSL | 146.25º | 0.48% | 0.13% | - |
| HSV(B) | 146.25º | 0.65% | 0.19% | - |
| XYZ | 1.58 | 2.41 | 1.68 | - |
| YUV | 37.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 31 | 0.65 | 0 | 0.37 | 0.81 | 146.25 | 0.48 | 0.13 |
| Hex | 11 | 31 | 1F | 41 | 0 | 25 | 51 | 92 | 30 | D |
| Octal | 21 | 61 | 37 | 101 | 0 | 45 | 121 | 222 | 60 | 15 |
| Binary | 10001 | 110001 | 11111 | 1000001 | 0 | 100101 | 1010001 | 10010010 | 110000 | 1101 |
Color Harmonies of #11311F
Complementary color
Monochromatic Colors of #11311F
Black with #11311F
Text Example
Text Example
White with #11311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11311F; }
p { color: rgb(17,49,31); }
H1.HeaderClassName
{
color: #11311F;
}
.AnyTagClassName
{
color: #11311F;
}
</style>
background-color css
<style>
a { background-color: #11311F; }
a { background-color: rgb(17,49,31); }
div.DivClassName
{
background-color: #11311F;
}
.BgClassName
{
background-color: #11311F;
}
</style>
border-color css
<style>
span { border-color: #11311F; }
span { border-color: rgb(17,49,31); }
td.TdClassName
{
border-color: #11311F;
}
.TagClassName
{
border-color: #11311F;
}
</style>