Shades of Cardin Green #13231C
Tints of Cardin Green #13231C
RGB
CMYK
RGB Variations
Color information
#13231C (or 0x13231C) is known color: Cardin Green. HEX triplet: 13, 23 and 1C. RGB value is (19,35,28). Sum of RGB (Red+Green+Blue) = 19+35+28=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #13231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13231C is #ECDCE3. Grayscale: #1D1D1D. Windows color (decimal): -15523044 or 1843987. OLE color: 1843987.
HSL color Cylindrical-coordinate representation of color #13231C: hue angle of 153.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #13231C is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 28 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.86 |
| HSL | 153.75º | 0.3% | 0.11% | - |
| HSV(B) | 153.75º | 0.46% | 0.14% | - |
| XYZ | 1.08 | 1.42 | 1.32 | - |
| YUV | 29.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 28 | 0.46 | 0 | 0.20 | 0.86 | 153.75 | 0.3 | 0.11 |
| Hex | 13 | 23 | 1C | 2E | 0 | 14 | 56 | 9A | 1E | B |
| Octal | 23 | 43 | 34 | 56 | 0 | 24 | 126 | 232 | 36 | 13 |
| Binary | 10011 | 100011 | 11100 | 101110 | 0 | 10100 | 1010110 | 10011010 | 11110 | 1011 |
Color Harmonies of #13231C
Complementary color
Monochromatic Colors of #13231C
Black with #13231C
Text Example
Text Example
White with #13231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13231C; }
p { color: rgb(19,35,28); }
H1.HeaderClassName
{
color: #13231C;
}
.AnyTagClassName
{
color: #13231C;
}
</style>
background-color css
<style>
a { background-color: #13231C; }
a { background-color: rgb(19,35,28); }
div.DivClassName
{
background-color: #13231C;
}
.BgClassName
{
background-color: #13231C;
}
</style>
border-color css
<style>
span { border-color: #13231C; }
span { border-color: rgb(19,35,28); }
td.TdClassName
{
border-color: #13231C;
}
.TagClassName
{
border-color: #13231C;
}
</style>