Shades of Deep Fir #193A26
Tints of Deep Fir #193A26
RGB
CMYK
RGB Variations
Color information
#193A26 (or 0x193A26) is known color: Deep Fir. HEX triplet: 19, 3A and 26. RGB value is (25,58,38). Sum of RGB (Red+Green+Blue) = 25+58+38=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #193A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A26 is #E6C5D9. Grayscale: #2D2D2D. Windows color (decimal): -15123930 or 2505241. OLE color: 2505241.
HSL color Cylindrical-coordinate representation of color #193A26: hue angle of 143.64º 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 #193A26 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 38 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.77 |
| HSL | 143.64º | 0.4% | 0.16% | - |
| HSV(B) | 143.64º | 0.57% | 0.23% | - |
| XYZ | 2.26 | 3.37 | 2.37 | - |
| YUV | 45.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 38 | 0.57 | 0 | 0.34 | 0.77 | 143.64 | 0.4 | 0.16 |
| Hex | 19 | 3A | 26 | 39 | 0 | 22 | 4D | 90 | 28 | 10 |
| Octal | 31 | 72 | 46 | 71 | 0 | 42 | 115 | 220 | 50 | 20 |
| Binary | 11001 | 111010 | 100110 | 111001 | 0 | 100010 | 1001101 | 10010000 | 101000 | 10000 |
Color Harmonies of #193A26
Complementary color
Monochromatic Colors of #193A26
Black with #193A26
Text Example
Text Example
White with #193A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A26; }
p { color: rgb(25,58,38); }
H1.HeaderClassName
{
color: #193A26;
}
.AnyTagClassName
{
color: #193A26;
}
</style>
background-color css
<style>
a { background-color: #193A26; }
a { background-color: rgb(25,58,38); }
div.DivClassName
{
background-color: #193A26;
}
.BgClassName
{
background-color: #193A26;
}
</style>
border-color css
<style>
span { border-color: #193A26; }
span { border-color: rgb(25,58,38); }
td.TdClassName
{
border-color: #193A26;
}
.TagClassName
{
border-color: #193A26;
}
</style>