Shades of Cardin Green #19261F
Tints of Cardin Green #19261F
RGB
CMYK
RGB Variations
Color information
#19261F (or 0x19261F) is known color: Cardin Green. HEX triplet: 19, 26 and 1F. RGB value is (25,38,31). Sum of RGB (Red+Green+Blue) = 25+38+31=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #19261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19261F is #E6D9E0. Grayscale: #212121. Windows color (decimal): -15129057 or 2041369. OLE color: 2041369.
HSL color Cylindrical-coordinate representation of color #19261F: hue angle of 147.69º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #19261F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 31 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.85 |
| HSL | 147.69º | 0.21% | 0.12% | - |
| HSV(B) | 147.69º | 0.34% | 0.15% | - |
| XYZ | 1.34 | 1.69 | 1.55 | - |
| YUV | 33.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 31 | 0.34 | 0 | 0.18 | 0.85 | 147.69 | 0.21 | 0.12 |
| Hex | 19 | 26 | 1F | 22 | 0 | 12 | 55 | 94 | 15 | C |
| Octal | 31 | 46 | 37 | 42 | 0 | 22 | 125 | 224 | 25 | 14 |
| Binary | 11001 | 100110 | 11111 | 100010 | 0 | 10010 | 1010101 | 10010100 | 10101 | 1100 |
Color Harmonies of #19261F
Complementary color
Monochromatic Colors of #19261F
Black with #19261F
Text Example
Text Example
White with #19261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19261F; }
p { color: rgb(25,38,31); }
H1.HeaderClassName
{
color: #19261F;
}
.AnyTagClassName
{
color: #19261F;
}
</style>
background-color css
<style>
a { background-color: #19261F; }
a { background-color: rgb(25,38,31); }
div.DivClassName
{
background-color: #19261F;
}
.BgClassName
{
background-color: #19261F;
}
</style>
border-color css
<style>
span { border-color: #19261F; }
span { border-color: rgb(25,38,31); }
td.TdClassName
{
border-color: #19261F;
}
.TagClassName
{
border-color: #19261F;
}
</style>