Shades of Cardin Green #13251D
Tints of Cardin Green #13251D
RGB
CMYK
RGB Variations
Color information
#13251D (or 0x13251D) is known color: Cardin Green. HEX triplet: 13, 25 and 1D. RGB value is (19,37,29). Sum of RGB (Red+Green+Blue) = 19+37+29=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #13251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13251D is #ECDAE2. Grayscale: #1E1E1E. Windows color (decimal): -15522531 or 1910035. OLE color: 1910035.
HSL color Cylindrical-coordinate representation of color #13251D: hue angle of 153.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #13251D is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 29 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.85 |
| HSL | 153.33º | 0.32% | 0.11% | - |
| HSV(B) | 153.33º | 0.49% | 0.15% | - |
| XYZ | 1.15 | 1.55 | 1.4 | - |
| YUV | 30.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 29 | 0.49 | 0 | 0.22 | 0.85 | 153.33 | 0.32 | 0.11 |
| Hex | 13 | 25 | 1D | 31 | 0 | 16 | 55 | 99 | 20 | B |
| Octal | 23 | 45 | 35 | 61 | 0 | 26 | 125 | 231 | 40 | 13 |
| Binary | 10011 | 100101 | 11101 | 110001 | 0 | 10110 | 1010101 | 10011001 | 100000 | 1011 |
Color Harmonies of #13251D
Complementary color
Monochromatic Colors of #13251D
Black with #13251D
Text Example
Text Example
White with #13251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13251D; }
p { color: rgb(19,37,29); }
H1.HeaderClassName
{
color: #13251D;
}
.AnyTagClassName
{
color: #13251D;
}
</style>
background-color css
<style>
a { background-color: #13251D; }
a { background-color: rgb(19,37,29); }
div.DivClassName
{
background-color: #13251D;
}
.BgClassName
{
background-color: #13251D;
}
</style>
border-color css
<style>
span { border-color: #13251D; }
span { border-color: rgb(19,37,29); }
td.TdClassName
{
border-color: #13251D;
}
.TagClassName
{
border-color: #13251D;
}
</style>