Shades of Cardin Green #13271C
Tints of Cardin Green #13271C
RGB
CMYK
RGB Variations
Color information
#13271C (or 0x13271C) is known color: Cardin Green. HEX triplet: 13, 27 and 1C. RGB value is (19,39,28). Sum of RGB (Red+Green+Blue) = 19+39+28=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #13271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13271C is #ECD8E3. Grayscale: #1F1F1F. Windows color (decimal): -15522020 or 1845011. OLE color: 1845011.
HSL color Cylindrical-coordinate representation of color #13271C: hue angle of 147º 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 #13271C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 39 | 28 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.85 |
| HSL | 147º | 0.34% | 0.11% | - |
| HSV(B) | 147º | 0.51% | 0.15% | - |
| XYZ | 1.2 | 1.67 | 1.36 | - |
| YUV | 31.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 28 | 0.51 | 0 | 0.28 | 0.85 | 147 | 0.34 | 0.11 |
| Hex | 13 | 27 | 1C | 33 | 0 | 1C | 55 | 93 | 22 | B |
| Octal | 23 | 47 | 34 | 63 | 0 | 34 | 125 | 223 | 42 | 13 |
| Binary | 10011 | 100111 | 11100 | 110011 | 0 | 11100 | 1010101 | 10010011 | 100010 | 1011 |
Color Harmonies of #13271C
Complementary color
Monochromatic Colors of #13271C
Black with #13271C
Text Example
Text Example
White with #13271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13271C; }
p { color: rgb(19,39,28); }
H1.HeaderClassName
{
color: #13271C;
}
.AnyTagClassName
{
color: #13271C;
}
</style>
background-color css
<style>
a { background-color: #13271C; }
a { background-color: rgb(19,39,28); }
div.DivClassName
{
background-color: #13271C;
}
.BgClassName
{
background-color: #13271C;
}
</style>
border-color css
<style>
span { border-color: #13271C; }
span { border-color: rgb(19,39,28); }
td.TdClassName
{
border-color: #13271C;
}
.TagClassName
{
border-color: #13271C;
}
</style>