Shades of Cardin Green #112E1E
Tints of Cardin Green #112E1E
RGB
CMYK
RGB Variations
Color information
#112E1E (or 0x112E1E) is known color: Cardin Green. HEX triplet: 11, 2E and 1E. RGB value is (17,46,30). Sum of RGB (Red+Green+Blue) = 17+46+30=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1E is #EED1E1. Grayscale: #232323. Windows color (decimal): -15651298 or 1977873. OLE color: 1977873.
HSL color Cylindrical-coordinate representation of color #112E1E: hue angle of 146.9º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #112E1E is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 30 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.82 |
| HSL | 146.9º | 0.46% | 0.12% | - |
| HSV(B) | 146.9º | 0.63% | 0.18% | - |
| XYZ | 1.44 | 2.17 | 1.57 | - |
| YUV | 35.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 30 | 0.63 | 0 | 0.35 | 0.82 | 146.9 | 0.46 | 0.12 |
| Hex | 11 | 2E | 1E | 3F | 0 | 23 | 52 | 93 | 2E | C |
| Octal | 21 | 56 | 36 | 77 | 0 | 43 | 122 | 223 | 56 | 14 |
| Binary | 10001 | 101110 | 11110 | 111111 | 0 | 100011 | 1010010 | 10010011 | 101110 | 1100 |
Color Harmonies of #112E1E
Complementary color
Monochromatic Colors of #112E1E
Black with #112E1E
Text Example
Text Example
White with #112E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E1E; }
p { color: rgb(17,46,30); }
H1.HeaderClassName
{
color: #112E1E;
}
.AnyTagClassName
{
color: #112E1E;
}
</style>
background-color css
<style>
a { background-color: #112E1E; }
a { background-color: rgb(17,46,30); }
div.DivClassName
{
background-color: #112E1E;
}
.BgClassName
{
background-color: #112E1E;
}
</style>
border-color css
<style>
span { border-color: #112E1E; }
span { border-color: rgb(17,46,30); }
td.TdClassName
{
border-color: #112E1E;
}
.TagClassName
{
border-color: #112E1E;
}
</style>