Shades of Cardin Green #13271D
Tints of Cardin Green #13271D
RGB
CMYK
RGB Variations
Color information
#13271D (or 0x13271D) is known color: Cardin Green. HEX triplet: 13, 27 and 1D. RGB value is (19,39,29). Sum of RGB (Red+Green+Blue) = 19+39+29=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #13271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13271D is #ECD8E2. Grayscale: #1F1F1F. Windows color (decimal): -15522019 or 1910547. OLE color: 1910547.
HSL color Cylindrical-coordinate representation of color #13271D: hue angle of 150º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #13271D is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 29 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.85 |
| HSL | 150º | 0.34% | 0.11% | - |
| HSV(B) | 150º | 0.51% | 0.15% | - |
| XYZ | 1.22 | 1.68 | 1.42 | - |
| YUV | 31.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 29 | 0.51 | 0 | 0.26 | 0.85 | 150 | 0.34 | 0.11 |
| Hex | 13 | 27 | 1D | 33 | 0 | 1A | 55 | 96 | 22 | B |
| Octal | 23 | 47 | 35 | 63 | 0 | 32 | 125 | 226 | 42 | 13 |
| Binary | 10011 | 100111 | 11101 | 110011 | 0 | 11010 | 1010101 | 10010110 | 100010 | 1011 |
Color Harmonies of #13271D
Complementary color
Monochromatic Colors of #13271D
Black with #13271D
Text Example
Text Example
White with #13271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13271D; }
p { color: rgb(19,39,29); }
H1.HeaderClassName
{
color: #13271D;
}
.AnyTagClassName
{
color: #13271D;
}
</style>
background-color css
<style>
a { background-color: #13271D; }
a { background-color: rgb(19,39,29); }
div.DivClassName
{
background-color: #13271D;
}
.BgClassName
{
background-color: #13271D;
}
</style>
border-color css
<style>
span { border-color: #13271D; }
span { border-color: rgb(19,39,29); }
td.TdClassName
{
border-color: #13271D;
}
.TagClassName
{
border-color: #13271D;
}
</style>