Shades of Deep Fir #193A24
Tints of Deep Fir #193A24
RGB
CMYK
RGB Variations
Color information
#193A24 (or 0x193A24) is known color: Deep Fir. HEX triplet: 19, 3A and 24. RGB value is (25,58,36). Sum of RGB (Red+Green+Blue) = 25+58+36=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #193A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A24 is #E6C5DB. Grayscale: #2D2D2D. Windows color (decimal): -15123932 or 2374169. OLE color: 2374169.
HSL color Cylindrical-coordinate representation of color #193A24: hue angle of 140º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A24 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 36 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.77 |
| HSL | 140º | 0.4% | 0.16% | - |
| HSV(B) | 140º | 0.57% | 0.23% | - |
| XYZ | 2.23 | 3.36 | 2.2 | - |
| YUV | 45.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 36 | 0.57 | 0 | 0.38 | 0.77 | 140 | 0.4 | 0.16 |
| Hex | 19 | 3A | 24 | 39 | 0 | 26 | 4D | 8C | 28 | 10 |
| Octal | 31 | 72 | 44 | 71 | 0 | 46 | 115 | 214 | 50 | 20 |
| Binary | 11001 | 111010 | 100100 | 111001 | 0 | 100110 | 1001101 | 10001100 | 101000 | 10000 |
Color Harmonies of #193A24
Complementary color
Monochromatic Colors of #193A24
Black with #193A24
Text Example
Text Example
White with #193A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A24; }
p { color: rgb(25,58,36); }
H1.HeaderClassName
{
color: #193A24;
}
.AnyTagClassName
{
color: #193A24;
}
</style>
background-color css
<style>
a { background-color: #193A24; }
a { background-color: rgb(25,58,36); }
div.DivClassName
{
background-color: #193A24;
}
.BgClassName
{
background-color: #193A24;
}
</style>
border-color css
<style>
span { border-color: #193A24; }
span { border-color: rgb(25,58,36); }
td.TdClassName
{
border-color: #193A24;
}
.TagClassName
{
border-color: #193A24;
}
</style>