Shades of Cardin Green #13221B
Tints of Cardin Green #13221B
RGB
CMYK
RGB Variations
Color information
#13221B (or 0x13221B) is known color: Cardin Green. HEX triplet: 13, 22 and 1B. RGB value is (19,34,27). Sum of RGB (Red+Green+Blue) = 19+34+27=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #13221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13221B is #ECDDE4. Grayscale: #1C1C1C. Windows color (decimal): -15523301 or 1778195. OLE color: 1778195.
HSL color Cylindrical-coordinate representation of color #13221B: hue angle of 152º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #13221B is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 27 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.87 |
| HSL | 152º | 0.28% | 0.1% | - |
| HSV(B) | 152º | 0.44% | 0.13% | - |
| XYZ | 1.04 | 1.36 | 1.25 | - |
| YUV | 28.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 27 | 0.44 | 0 | 0.21 | 0.87 | 152 | 0.28 | 0.1 |
| Hex | 13 | 22 | 1B | 2C | 0 | 15 | 57 | 98 | 1C | A |
| Octal | 23 | 42 | 33 | 54 | 0 | 25 | 127 | 230 | 34 | 12 |
| Binary | 10011 | 100010 | 11011 | 101100 | 0 | 10101 | 1010111 | 10011000 | 11100 | 1010 |
Color Harmonies of #13221B
Complementary color
Monochromatic Colors of #13221B
Black with #13221B
Text Example
Text Example
White with #13221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13221B; }
p { color: rgb(19,34,27); }
H1.HeaderClassName
{
color: #13221B;
}
.AnyTagClassName
{
color: #13221B;
}
</style>
background-color css
<style>
a { background-color: #13221B; }
a { background-color: rgb(19,34,27); }
div.DivClassName
{
background-color: #13221B;
}
.BgClassName
{
background-color: #13221B;
}
</style>
border-color css
<style>
span { border-color: #13221B; }
span { border-color: rgb(19,34,27); }
td.TdClassName
{
border-color: #13221B;
}
.TagClassName
{
border-color: #13221B;
}
</style>