Shades of Cardin Green #131F18
Tints of Cardin Green #131F18
RGB
CMYK
RGB Variations
Color information
#131F18 (or 0x131F18) is known color: Cardin Green. HEX triplet: 13, 1F and 18. RGB value is (19,31,24). Sum of RGB (Red+Green+Blue) = 19+31+24=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #131F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F18 is #ECE0E7. Grayscale: #1A1A1A. Windows color (decimal): -15524072 or 1580819. OLE color: 1580819.
HSL color Cylindrical-coordinate representation of color #131F18: hue angle of 145º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #131F18 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 24 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.88 |
| HSL | 145º | 0.24% | 0.1% | - |
| HSV(B) | 145º | 0.39% | 0.12% | - |
| XYZ | 0.92 | 1.18 | 1.04 | - |
| YUV | 26.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 24 | 0.39 | 0 | 0.23 | 0.88 | 145 | 0.24 | 0.1 |
| Hex | 13 | 1F | 18 | 27 | 0 | 17 | 58 | 91 | 18 | A |
| Octal | 23 | 37 | 30 | 47 | 0 | 27 | 130 | 221 | 30 | 12 |
| Binary | 10011 | 11111 | 11000 | 100111 | 0 | 10111 | 1011000 | 10010001 | 11000 | 1010 |
Color Harmonies of #131F18
Complementary color
Monochromatic Colors of #131F18
Black with #131F18
Text Example
Text Example
White with #131F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F18; }
p { color: rgb(19,31,24); }
H1.HeaderClassName
{
color: #131F18;
}
.AnyTagClassName
{
color: #131F18;
}
</style>
background-color css
<style>
a { background-color: #131F18; }
a { background-color: rgb(19,31,24); }
div.DivClassName
{
background-color: #131F18;
}
.BgClassName
{
background-color: #131F18;
}
</style>
border-color css
<style>
span { border-color: #131F18; }
span { border-color: rgb(19,31,24); }
td.TdClassName
{
border-color: #131F18;
}
.TagClassName
{
border-color: #131F18;
}
</style>