Shades of Cardin Green #112E1F
Tints of Cardin Green #112E1F
RGB
CMYK
RGB Variations
Color information
#112E1F (or 0x112E1F) is known color: Cardin Green. HEX triplet: 11, 2E and 1F. RGB value is (17,46,31). Sum of RGB (Red+Green+Blue) = 17+46+31=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #112E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E1F is #EED1E0. Grayscale: #232323. Windows color (decimal): -15651297 or 2043409. OLE color: 2043409.
HSL color Cylindrical-coordinate representation of color #112E1F: hue angle of 148.97º 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 #112E1F is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 31 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.82 |
| HSL | 148.97º | 0.46% | 0.12% | - |
| HSV(B) | 148.97º | 0.63% | 0.18% | - |
| XYZ | 1.46 | 2.17 | 1.64 | - |
| YUV | 35.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 31 | 0.63 | 0 | 0.33 | 0.82 | 148.97 | 0.46 | 0.12 |
| Hex | 11 | 2E | 1F | 3F | 0 | 21 | 52 | 95 | 2E | C |
| Octal | 21 | 56 | 37 | 77 | 0 | 41 | 122 | 225 | 56 | 14 |
| Binary | 10001 | 101110 | 11111 | 111111 | 0 | 100001 | 1010010 | 10010101 | 101110 | 1100 |
Color Harmonies of #112E1F
Complementary color
Monochromatic Colors of #112E1F
Black with #112E1F
Text Example
Text Example
White with #112E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E1F; }
p { color: rgb(17,46,31); }
H1.HeaderClassName
{
color: #112E1F;
}
.AnyTagClassName
{
color: #112E1F;
}
</style>
background-color css
<style>
a { background-color: #112E1F; }
a { background-color: rgb(17,46,31); }
div.DivClassName
{
background-color: #112E1F;
}
.BgClassName
{
background-color: #112E1F;
}
</style>
border-color css
<style>
span { border-color: #112E1F; }
span { border-color: rgb(17,46,31); }
td.TdClassName
{
border-color: #112E1F;
}
.TagClassName
{
border-color: #112E1F;
}
</style>