Shades of Deep Fir #193E20
Tints of Deep Fir #193E20
RGB
CMYK
RGB Variations
Color information
#193E20 (or 0x193E20) is known color: Deep Fir. HEX triplet: 19, 3E and 20. RGB value is (25,62,32). Sum of RGB (Red+Green+Blue) = 25+62+32=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #193E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E20 is #E6C1DF. Grayscale: #2F2F2F. Windows color (decimal): -15122912 or 2113049. OLE color: 2113049.
HSL color Cylindrical-coordinate representation of color #193E20: hue angle of 131.35º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193E20 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 32 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.76 |
| HSL | 131.35º | 0.43% | 0.17% | - |
| HSV(B) | 131.35º | 0.6% | 0.24% | - |
| XYZ | 2.38 | 3.76 | 1.97 | - |
| YUV | 47.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 32 | 0.60 | 0 | 0.48 | 0.76 | 131.35 | 0.43 | 0.17 |
| Hex | 19 | 3E | 20 | 3C | 0 | 30 | 4C | 83 | 2B | 11 |
| Octal | 31 | 76 | 40 | 74 | 0 | 60 | 114 | 203 | 53 | 21 |
| Binary | 11001 | 111110 | 100000 | 111100 | 0 | 110000 | 1001100 | 10000011 | 101011 | 10001 |
Color Harmonies of #193E20
Complementary color
Monochromatic Colors of #193E20
Black with #193E20
Text Example
Text Example
White with #193E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E20; }
p { color: rgb(25,62,32); }
H1.HeaderClassName
{
color: #193E20;
}
.AnyTagClassName
{
color: #193E20;
}
</style>
background-color css
<style>
a { background-color: #193E20; }
a { background-color: rgb(25,62,32); }
div.DivClassName
{
background-color: #193E20;
}
.BgClassName
{
background-color: #193E20;
}
</style>
border-color css
<style>
span { border-color: #193E20; }
span { border-color: rgb(25,62,32); }
td.TdClassName
{
border-color: #193E20;
}
.TagClassName
{
border-color: #193E20;
}
</style>