Shades of Cardin Green #131E18
Tints of Cardin Green #131E18
RGB
CMYK
RGB Variations
Color information
#131E18 (or 0x131E18) is known color: Cardin Green. HEX triplet: 13, 1E and 18. RGB value is (19,30,24). Sum of RGB (Red+Green+Blue) = 19+30+24=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #131E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E18 is #ECE1E7. Grayscale: #1A1A1A. Windows color (decimal): -15524328 or 1580563. OLE color: 1580563.
HSL color Cylindrical-coordinate representation of color #131E18: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #131E18 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 24 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.88 |
| HSL | 147.27º | 0.22% | 0.1% | - |
| HSV(B) | 147.27º | 0.37% | 0.12% | - |
| XYZ | 0.9 | 1.13 | 1.04 | - |
| YUV | 26.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 24 | 0.37 | 0 | 0.20 | 0.88 | 147.27 | 0.22 | 0.1 |
| Hex | 13 | 1E | 18 | 25 | 0 | 14 | 58 | 93 | 16 | A |
| Octal | 23 | 36 | 30 | 45 | 0 | 24 | 130 | 223 | 26 | 12 |
| Binary | 10011 | 11110 | 11000 | 100101 | 0 | 10100 | 1011000 | 10010011 | 10110 | 1010 |
Color Harmonies of #131E18
Complementary color
Monochromatic Colors of #131E18
Black with #131E18
Text Example
Text Example
White with #131E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E18; }
p { color: rgb(19,30,24); }
H1.HeaderClassName
{
color: #131E18;
}
.AnyTagClassName
{
color: #131E18;
}
</style>
background-color css
<style>
a { background-color: #131E18; }
a { background-color: rgb(19,30,24); }
div.DivClassName
{
background-color: #131E18;
}
.BgClassName
{
background-color: #131E18;
}
</style>
border-color css
<style>
span { border-color: #131E18; }
span { border-color: rgb(19,30,24); }
td.TdClassName
{
border-color: #131E18;
}
.TagClassName
{
border-color: #131E18;
}
</style>