Shades of Cardin Green #13201A
Tints of Cardin Green #13201A
RGB
CMYK
RGB Variations
Color information
#13201A (or 0x13201A) is known color: Cardin Green. HEX triplet: 13, 20 and 1A. RGB value is (19,32,26). Sum of RGB (Red+Green+Blue) = 19+32+26=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #13201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13201A is #ECDFE5. Grayscale: #1B1B1B. Windows color (decimal): -15523814 or 1712147. OLE color: 1712147.
HSL color Cylindrical-coordinate representation of color #13201A: hue angle of 152.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #13201A is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 32 | 26 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.87 |
| HSL | 152.31º | 0.25% | 0.1% | - |
| HSV(B) | 152.31º | 0.41% | 0.13% | - |
| XYZ | 0.97 | 1.25 | 1.17 | - |
| YUV | 27.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 26 | 0.41 | 0 | 0.19 | 0.87 | 152.31 | 0.25 | 0.1 |
| Hex | 13 | 20 | 1A | 29 | 0 | 13 | 57 | 98 | 19 | A |
| Octal | 23 | 40 | 32 | 51 | 0 | 23 | 127 | 230 | 31 | 12 |
| Binary | 10011 | 100000 | 11010 | 101001 | 0 | 10011 | 1010111 | 10011000 | 11001 | 1010 |
Color Harmonies of #13201A
Complementary color
Monochromatic Colors of #13201A
Black with #13201A
Text Example
Text Example
White with #13201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13201A; }
p { color: rgb(19,32,26); }
H1.HeaderClassName
{
color: #13201A;
}
.AnyTagClassName
{
color: #13201A;
}
</style>
background-color css
<style>
a { background-color: #13201A; }
a { background-color: rgb(19,32,26); }
div.DivClassName
{
background-color: #13201A;
}
.BgClassName
{
background-color: #13201A;
}
</style>
border-color css
<style>
span { border-color: #13201A; }
span { border-color: rgb(19,32,26); }
td.TdClassName
{
border-color: #13201A;
}
.TagClassName
{
border-color: #13201A;
}
</style>