Shades of Deep Fir #133F24
Tints of Deep Fir #133F24
RGB
CMYK
RGB Variations
Color information
#133F24 (or 0x133F24) is known color: Deep Fir. HEX triplet: 13, 3F and 24. RGB value is (19,63,36). Sum of RGB (Red+Green+Blue) = 19+63+36=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #133F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F24 is #ECC0DB. Grayscale: #2E2E2E. Windows color (decimal): -15515868 or 2375443. OLE color: 2375443.
HSL color Cylindrical-coordinate representation of color #133F24: hue angle of 143.18º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F24 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 36 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.75 |
| HSL | 143.18º | 0.54% | 0.16% | - |
| HSV(B) | 143.18º | 0.7% | 0.25% | - |
| XYZ | 2.36 | 3.82 | 2.28 | - |
| YUV | 46.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 36 | 0.70 | 0 | 0.43 | 0.75 | 143.18 | 0.54 | 0.16 |
| Hex | 13 | 3F | 24 | 46 | 0 | 2B | 4B | 8F | 36 | 10 |
| Octal | 23 | 77 | 44 | 106 | 0 | 53 | 113 | 217 | 66 | 20 |
| Binary | 10011 | 111111 | 100100 | 1000110 | 0 | 101011 | 1001011 | 10001111 | 110110 | 10000 |
Color Harmonies of #133F24
Complementary color
Monochromatic Colors of #133F24
Black with #133F24
Text Example
Text Example
White with #133F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F24; }
p { color: rgb(19,63,36); }
H1.HeaderClassName
{
color: #133F24;
}
.AnyTagClassName
{
color: #133F24;
}
</style>
background-color css
<style>
a { background-color: #133F24; }
a { background-color: rgb(19,63,36); }
div.DivClassName
{
background-color: #133F24;
}
.BgClassName
{
background-color: #133F24;
}
</style>
border-color css
<style>
span { border-color: #133F24; }
span { border-color: rgb(19,63,36); }
td.TdClassName
{
border-color: #133F24;
}
.TagClassName
{
border-color: #133F24;
}
</style>