Shades of Cardin Green #112A1D
Tints of Cardin Green #112A1D
RGB
CMYK
RGB Variations
Color information
#112A1D (or 0x112A1D) is known color: Cardin Green. HEX triplet: 11, 2A and 1D. RGB value is (17,42,29). Sum of RGB (Red+Green+Blue) = 17+42+29=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #112A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A1D is #EED5E2. Grayscale: #212121. Windows color (decimal): -15652323 or 1911313. OLE color: 1911313.
HSL color Cylindrical-coordinate representation of color #112A1D: hue angle of 148.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #112A1D is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 42 | 29 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.84 |
| HSL | 148.8º | 0.42% | 0.12% | - |
| HSV(B) | 148.8º | 0.6% | 0.16% | - |
| XYZ | 1.28 | 1.86 | 1.45 | - |
| YUV | 33.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 29 | 0.60 | 0 | 0.31 | 0.84 | 148.8 | 0.42 | 0.12 |
| Hex | 11 | 2A | 1D | 3C | 0 | 1F | 54 | 95 | 2A | C |
| Octal | 21 | 52 | 35 | 74 | 0 | 37 | 124 | 225 | 52 | 14 |
| Binary | 10001 | 101010 | 11101 | 111100 | 0 | 11111 | 1010100 | 10010101 | 101010 | 1100 |
Color Harmonies of #112A1D
Complementary color
Monochromatic Colors of #112A1D
Black with #112A1D
Text Example
Text Example
White with #112A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A1D; }
p { color: rgb(17,42,29); }
H1.HeaderClassName
{
color: #112A1D;
}
.AnyTagClassName
{
color: #112A1D;
}
</style>
background-color css
<style>
a { background-color: #112A1D; }
a { background-color: rgb(17,42,29); }
div.DivClassName
{
background-color: #112A1D;
}
.BgClassName
{
background-color: #112A1D;
}
</style>
border-color css
<style>
span { border-color: #112A1D; }
span { border-color: rgb(17,42,29); }
td.TdClassName
{
border-color: #112A1D;
}
.TagClassName
{
border-color: #112A1D;
}
</style>