Shades of Cardin Green #131C17
Tints of Cardin Green #131C17
RGB
CMYK
RGB Variations
Color information
#131C17 (or 0x131C17) is known color: Cardin Green. HEX triplet: 13, 1C and 17. RGB value is (19,28,23). Sum of RGB (Red+Green+Blue) = 19+28+23=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 28 - color contains mainly: green. Hex color #131C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C17 is #ECE3E8. Grayscale: #181818. Windows color (decimal): -15524841 or 1514515. OLE color: 1514515.
HSL color Cylindrical-coordinate representation of color #131C17: hue angle of 146.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #131C17 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 28 | 23 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.89 |
| HSL | 146.67º | 0.19% | 0.09% | - |
| HSV(B) | 146.67º | 0.32% | 0.11% | - |
| XYZ | 0.84 | 1.03 | 0.97 | - |
| YUV | 24.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 23 | 0.32 | 0 | 0.18 | 0.89 | 146.67 | 0.19 | 0.09 |
| Hex | 13 | 1C | 17 | 20 | 0 | 12 | 59 | 93 | 13 | 9 |
| Octal | 23 | 34 | 27 | 40 | 0 | 22 | 131 | 223 | 23 | 11 |
| Binary | 10011 | 11100 | 10111 | 100000 | 0 | 10010 | 1011001 | 10010011 | 10011 | 1001 |
Color Harmonies of #131C17
Complementary color
Monochromatic Colors of #131C17
Black with #131C17
Text Example
Text Example
White with #131C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C17; }
p { color: rgb(19,28,23); }
H1.HeaderClassName
{
color: #131C17;
}
.AnyTagClassName
{
color: #131C17;
}
</style>
background-color css
<style>
a { background-color: #131C17; }
a { background-color: rgb(19,28,23); }
div.DivClassName
{
background-color: #131C17;
}
.BgClassName
{
background-color: #131C17;
}
</style>
border-color css
<style>
span { border-color: #131C17; }
span { border-color: rgb(19,28,23); }
td.TdClassName
{
border-color: #131C17;
}
.TagClassName
{
border-color: #131C17;
}
</style>