Shades of Cardin Green #112E22
Tints of Cardin Green #112E22
RGB
CMYK
RGB Variations
Color information
#112E22 (or 0x112E22) is known color: Cardin Green. HEX triplet: 11, 2E and 22. RGB value is (17,46,34). Sum of RGB (Red+Green+Blue) = 17+46+34=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #112E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E22 is #EED1DD. Grayscale: #232323. Windows color (decimal): -15651294 or 2240017. OLE color: 2240017.
HSL color Cylindrical-coordinate representation of color #112E22: hue angle of 155.17º 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 #112E22 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 46 | 34 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.82 |
| HSL | 155.17º | 0.46% | 0.12% | - |
| HSV(B) | 155.17º | 0.63% | 0.18% | - |
| XYZ | 1.5 | 2.19 | 1.86 | - |
| YUV | 35.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 34 | 0.63 | 0 | 0.26 | 0.82 | 155.17 | 0.46 | 0.12 |
| Hex | 11 | 2E | 22 | 3F | 0 | 1A | 52 | 9B | 2E | C |
| Octal | 21 | 56 | 42 | 77 | 0 | 32 | 122 | 233 | 56 | 14 |
| Binary | 10001 | 101110 | 100010 | 111111 | 0 | 11010 | 1010010 | 10011011 | 101110 | 1100 |
Color Harmonies of #112E22
Complementary color
Monochromatic Colors of #112E22
Black with #112E22
Text Example
Text Example
White with #112E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E22; }
p { color: rgb(17,46,34); }
H1.HeaderClassName
{
color: #112E22;
}
.AnyTagClassName
{
color: #112E22;
}
</style>
background-color css
<style>
a { background-color: #112E22; }
a { background-color: rgb(17,46,34); }
div.DivClassName
{
background-color: #112E22;
}
.BgClassName
{
background-color: #112E22;
}
</style>
border-color css
<style>
span { border-color: #112E22; }
span { border-color: rgb(17,46,34); }
td.TdClassName
{
border-color: #112E22;
}
.TagClassName
{
border-color: #112E22;
}
</style>