Shades of Deep Fir #193A27
Tints of Deep Fir #193A27
RGB
CMYK
RGB Variations
Color information
#193A27 (or 0x193A27) is known color: Deep Fir. HEX triplet: 19, 3A and 27. RGB value is (25,58,39). Sum of RGB (Red+Green+Blue) = 25+58+39=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #193A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A27 is #E6C5D8. Grayscale: #2E2E2E. Windows color (decimal): -15123929 or 2570777. OLE color: 2570777.
HSL color Cylindrical-coordinate representation of color #193A27: hue angle of 145.45º 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 #193A27 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 39 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.77 |
| HSL | 145.45º | 0.4% | 0.16% | - |
| HSV(B) | 145.45º | 0.57% | 0.23% | - |
| XYZ | 2.28 | 3.38 | 2.45 | - |
| YUV | 45.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 39 | 0.57 | 0 | 0.33 | 0.77 | 145.45 | 0.4 | 0.16 |
| Hex | 19 | 3A | 27 | 39 | 0 | 21 | 4D | 91 | 28 | 10 |
| Octal | 31 | 72 | 47 | 71 | 0 | 41 | 115 | 221 | 50 | 20 |
| Binary | 11001 | 111010 | 100111 | 111001 | 0 | 100001 | 1001101 | 10010001 | 101000 | 10000 |
Color Harmonies of #193A27
Complementary color
Monochromatic Colors of #193A27
Black with #193A27
Text Example
Text Example
White with #193A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A27; }
p { color: rgb(25,58,39); }
H1.HeaderClassName
{
color: #193A27;
}
.AnyTagClassName
{
color: #193A27;
}
</style>
background-color css
<style>
a { background-color: #193A27; }
a { background-color: rgb(25,58,39); }
div.DivClassName
{
background-color: #193A27;
}
.BgClassName
{
background-color: #193A27;
}
</style>
border-color css
<style>
span { border-color: #193A27; }
span { border-color: rgb(25,58,39); }
td.TdClassName
{
border-color: #193A27;
}
.TagClassName
{
border-color: #193A27;
}
</style>