Shades of Cardin Green #11221A
Tints of Cardin Green #11221A
RGB
CMYK
RGB Variations
Color information
#11221A (or 0x11221A) is known color: Cardin Green. HEX triplet: 11, 22 and 1A. RGB value is (17,34,26). Sum of RGB (Red+Green+Blue) = 17+34+26=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #11221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11221A is #EEDDE5. Grayscale: #1C1C1C. Windows color (decimal): -15654374 or 1712657. OLE color: 1712657.
HSL color Cylindrical-coordinate representation of color #11221A: hue angle of 151.76º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11221A is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 34 | 26 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.87 |
| HSL | 151.76º | 0.33% | 0.1% | - |
| HSV(B) | 151.76º | 0.5% | 0.13% | - |
| XYZ | 0.99 | 1.34 | 1.18 | - |
| YUV | 28.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 26 | 0.50 | 0 | 0.24 | 0.87 | 151.76 | 0.33 | 0.1 |
| Hex | 11 | 22 | 1A | 32 | 0 | 18 | 57 | 98 | 21 | A |
| Octal | 21 | 42 | 32 | 62 | 0 | 30 | 127 | 230 | 41 | 12 |
| Binary | 10001 | 100010 | 11010 | 110010 | 0 | 11000 | 1010111 | 10011000 | 100001 | 1010 |
Color Harmonies of #11221A
Complementary color
Monochromatic Colors of #11221A
Black with #11221A
Text Example
Text Example
White with #11221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11221A; }
p { color: rgb(17,34,26); }
H1.HeaderClassName
{
color: #11221A;
}
.AnyTagClassName
{
color: #11221A;
}
</style>
background-color css
<style>
a { background-color: #11221A; }
a { background-color: rgb(17,34,26); }
div.DivClassName
{
background-color: #11221A;
}
.BgClassName
{
background-color: #11221A;
}
</style>
border-color css
<style>
span { border-color: #11221A; }
span { border-color: rgb(17,34,26); }
td.TdClassName
{
border-color: #11221A;
}
.TagClassName
{
border-color: #11221A;
}
</style>