Shades of Deep Fir #193E24
Tints of Deep Fir #193E24
RGB
CMYK
RGB Variations
Color information
#193E24 (or 0x193E24) is known color: Deep Fir. HEX triplet: 19, 3E and 24. RGB value is (25,62,36). Sum of RGB (Red+Green+Blue) = 25+62+36=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #193E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E24 is #E6C1DB. Grayscale: #303030. Windows color (decimal): -15122908 or 2375193. OLE color: 2375193.
HSL color Cylindrical-coordinate representation of color #193E24: hue angle of 137.84º 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 #193E24 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 36 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.76 |
| HSL | 137.84º | 0.43% | 0.17% | - |
| HSV(B) | 137.84º | 0.6% | 0.24% | - |
| XYZ | 2.44 | 3.78 | 2.27 | - |
| YUV | 47.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 36 | 0.60 | 0 | 0.42 | 0.76 | 137.84 | 0.43 | 0.17 |
| Hex | 19 | 3E | 24 | 3C | 0 | 2A | 4C | 8A | 2B | 11 |
| Octal | 31 | 76 | 44 | 74 | 0 | 52 | 114 | 212 | 53 | 21 |
| Binary | 11001 | 111110 | 100100 | 111100 | 0 | 101010 | 1001100 | 10001010 | 101011 | 10001 |
Color Harmonies of #193E24
Complementary color
Monochromatic Colors of #193E24
Black with #193E24
Text Example
Text Example
White with #193E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E24; }
p { color: rgb(25,62,36); }
H1.HeaderClassName
{
color: #193E24;
}
.AnyTagClassName
{
color: #193E24;
}
</style>
background-color css
<style>
a { background-color: #193E24; }
a { background-color: rgb(25,62,36); }
div.DivClassName
{
background-color: #193E24;
}
.BgClassName
{
background-color: #193E24;
}
</style>
border-color css
<style>
span { border-color: #193E24; }
span { border-color: rgb(25,62,36); }
td.TdClassName
{
border-color: #193E24;
}
.TagClassName
{
border-color: #193E24;
}
</style>