Shades of Cardin Green #13241D
Tints of Cardin Green #13241D
RGB
CMYK
RGB Variations
Color information
#13241D (or 0x13241D) is known color: Cardin Green. HEX triplet: 13, 24 and 1D. RGB value is (19,36,29). Sum of RGB (Red+Green+Blue) = 19+36+29=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #13241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13241D is #ECDBE2. Grayscale: #1E1E1E. Windows color (decimal): -15522787 or 1909779. OLE color: 1909779.
HSL color Cylindrical-coordinate representation of color #13241D: hue angle of 155.29º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13241D is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 36 | 29 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.86 |
| HSL | 155.29º | 0.31% | 0.11% | - |
| HSV(B) | 155.29º | 0.47% | 0.14% | - |
| XYZ | 1.12 | 1.49 | 1.39 | - |
| YUV | 30.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 29 | 0.47 | 0 | 0.19 | 0.86 | 155.29 | 0.31 | 0.11 |
| Hex | 13 | 24 | 1D | 2F | 0 | 13 | 56 | 9B | 1F | B |
| Octal | 23 | 44 | 35 | 57 | 0 | 23 | 126 | 233 | 37 | 13 |
| Binary | 10011 | 100100 | 11101 | 101111 | 0 | 10011 | 1010110 | 10011011 | 11111 | 1011 |
Color Harmonies of #13241D
Complementary color
Monochromatic Colors of #13241D
Black with #13241D
Text Example
Text Example
White with #13241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13241D; }
p { color: rgb(19,36,29); }
H1.HeaderClassName
{
color: #13241D;
}
.AnyTagClassName
{
color: #13241D;
}
</style>
background-color css
<style>
a { background-color: #13241D; }
a { background-color: rgb(19,36,29); }
div.DivClassName
{
background-color: #13241D;
}
.BgClassName
{
background-color: #13241D;
}
</style>
border-color css
<style>
span { border-color: #13241D; }
span { border-color: rgb(19,36,29); }
td.TdClassName
{
border-color: #13241D;
}
.TagClassName
{
border-color: #13241D;
}
</style>