Shades of Cardin Green #131F19
Tints of Cardin Green #131F19
RGB
CMYK
RGB Variations
Color information
#131F19 (or 0x131F19) is known color: Cardin Green. HEX triplet: 13, 1F and 19. RGB value is (19,31,25). Sum of RGB (Red+Green+Blue) = 19+31+25=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #131F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F19 is #ECE0E6. Grayscale: #1A1A1A. Windows color (decimal): -15524071 or 1646355. OLE color: 1646355.
HSL color Cylindrical-coordinate representation of color #131F19: hue angle of 150º 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 #131F19 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 25 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.88 |
| HSL | 150º | 0.24% | 0.1% | - |
| HSV(B) | 150º | 0.39% | 0.12% | - |
| XYZ | 0.93 | 1.19 | 1.1 | - |
| YUV | 26.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 25 | 0.39 | 0 | 0.19 | 0.88 | 150 | 0.24 | 0.1 |
| Hex | 13 | 1F | 19 | 27 | 0 | 13 | 58 | 96 | 18 | A |
| Octal | 23 | 37 | 31 | 47 | 0 | 23 | 130 | 226 | 30 | 12 |
| Binary | 10011 | 11111 | 11001 | 100111 | 0 | 10011 | 1011000 | 10010110 | 11000 | 1010 |
Color Harmonies of #131F19
Complementary color
Monochromatic Colors of #131F19
Black with #131F19
Text Example
Text Example
White with #131F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F19; }
p { color: rgb(19,31,25); }
H1.HeaderClassName
{
color: #131F19;
}
.AnyTagClassName
{
color: #131F19;
}
</style>
background-color css
<style>
a { background-color: #131F19; }
a { background-color: rgb(19,31,25); }
div.DivClassName
{
background-color: #131F19;
}
.BgClassName
{
background-color: #131F19;
}
</style>
border-color css
<style>
span { border-color: #131F19; }
span { border-color: rgb(19,31,25); }
td.TdClassName
{
border-color: #131F19;
}
.TagClassName
{
border-color: #131F19;
}
</style>