Shades of Deep Fir #193E25
Tints of Deep Fir #193E25
RGB
CMYK
RGB Variations
Color information
#193E25 (or 0x193E25) is known color: Deep Fir. HEX triplet: 19, 3E and 25. RGB value is (25,62,37). Sum of RGB (Red+Green+Blue) = 25+62+37=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #193E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E25 is #E6C1DA. Grayscale: #303030. Windows color (decimal): -15122907 or 2440729. OLE color: 2440729.
HSL color Cylindrical-coordinate representation of color #193E25: hue angle of 139.46º 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 #193E25 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 37 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.76 |
| HSL | 139.46º | 0.43% | 0.17% | - |
| HSV(B) | 139.46º | 0.6% | 0.24% | - |
| XYZ | 2.46 | 3.79 | 2.35 | - |
| YUV | 48.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 37 | 0.60 | 0 | 0.40 | 0.76 | 139.46 | 0.43 | 0.17 |
| Hex | 19 | 3E | 25 | 3C | 0 | 28 | 4C | 8B | 2B | 11 |
| Octal | 31 | 76 | 45 | 74 | 0 | 50 | 114 | 213 | 53 | 21 |
| Binary | 11001 | 111110 | 100101 | 111100 | 0 | 101000 | 1001100 | 10001011 | 101011 | 10001 |
Color Harmonies of #193E25
Complementary color
Monochromatic Colors of #193E25
Black with #193E25
Text Example
Text Example
White with #193E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E25; }
p { color: rgb(25,62,37); }
H1.HeaderClassName
{
color: #193E25;
}
.AnyTagClassName
{
color: #193E25;
}
</style>
background-color css
<style>
a { background-color: #193E25; }
a { background-color: rgb(25,62,37); }
div.DivClassName
{
background-color: #193E25;
}
.BgClassName
{
background-color: #193E25;
}
</style>
border-color css
<style>
span { border-color: #193E25; }
span { border-color: rgb(25,62,37); }
td.TdClassName
{
border-color: #193E25;
}
.TagClassName
{
border-color: #193E25;
}
</style>