Shades of Cardin Green #112D1F
Tints of Cardin Green #112D1F
RGB
CMYK
RGB Variations
Color information
#112D1F (or 0x112D1F) is known color: Cardin Green. HEX triplet: 11, 2D and 1F. RGB value is (17,45,31). Sum of RGB (Red+Green+Blue) = 17+45+31=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 45 - color contains mainly: green. Hex color #112D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D1F is #EED2E0. Grayscale: #232323. Windows color (decimal): -15651553 or 2043153. OLE color: 2043153.
HSL color Cylindrical-coordinate representation of color #112D1F: hue angle of 150º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #112D1F is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 45 | 31 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.82 |
| HSL | 150º | 0.45% | 0.12% | - |
| HSV(B) | 150º | 0.62% | 0.18% | - |
| XYZ | 1.42 | 2.09 | 1.63 | - |
| YUV | 35.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 31 | 0.62 | 0 | 0.31 | 0.82 | 150 | 0.45 | 0.12 |
| Hex | 11 | 2D | 1F | 3E | 0 | 1F | 52 | 96 | 2D | C |
| Octal | 21 | 55 | 37 | 76 | 0 | 37 | 122 | 226 | 55 | 14 |
| Binary | 10001 | 101101 | 11111 | 111110 | 0 | 11111 | 1010010 | 10010110 | 101101 | 1100 |
Color Harmonies of #112D1F
Complementary color
Monochromatic Colors of #112D1F
Black with #112D1F
Text Example
Text Example
White with #112D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D1F; }
p { color: rgb(17,45,31); }
H1.HeaderClassName
{
color: #112D1F;
}
.AnyTagClassName
{
color: #112D1F;
}
</style>
background-color css
<style>
a { background-color: #112D1F; }
a { background-color: rgb(17,45,31); }
div.DivClassName
{
background-color: #112D1F;
}
.BgClassName
{
background-color: #112D1F;
}
</style>
border-color css
<style>
span { border-color: #112D1F; }
span { border-color: rgb(17,45,31); }
td.TdClassName
{
border-color: #112D1F;
}
.TagClassName
{
border-color: #112D1F;
}
</style>