Shades of Deep Fir #133F27
Tints of Deep Fir #133F27
RGB
CMYK
RGB Variations
Color information
#133F27 (or 0x133F27) is known color: Deep Fir. HEX triplet: 13, 3F and 27. RGB value is (19,63,39). Sum of RGB (Red+Green+Blue) = 19+63+39=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #133F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F27 is #ECC0D8. Grayscale: #2F2F2F. Windows color (decimal): -15515865 or 2572051. OLE color: 2572051.
HSL color Cylindrical-coordinate representation of color #133F27: hue angle of 147.27º 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 #133F27 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 39 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.75 |
| HSL | 147.27º | 0.54% | 0.16% | - |
| HSV(B) | 147.27º | 0.7% | 0.25% | - |
| XYZ | 2.41 | 3.84 | 2.53 | - |
| YUV | 47.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 39 | 0.70 | 0 | 0.38 | 0.75 | 147.27 | 0.54 | 0.16 |
| Hex | 13 | 3F | 27 | 46 | 0 | 26 | 4B | 93 | 36 | 10 |
| Octal | 23 | 77 | 47 | 106 | 0 | 46 | 113 | 223 | 66 | 20 |
| Binary | 10011 | 111111 | 100111 | 1000110 | 0 | 100110 | 1001011 | 10010011 | 110110 | 10000 |
Color Harmonies of #133F27
Complementary color
Monochromatic Colors of #133F27
Black with #133F27
Text Example
Text Example
White with #133F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F27; }
p { color: rgb(19,63,39); }
H1.HeaderClassName
{
color: #133F27;
}
.AnyTagClassName
{
color: #133F27;
}
</style>
background-color css
<style>
a { background-color: #133F27; }
a { background-color: rgb(19,63,39); }
div.DivClassName
{
background-color: #133F27;
}
.BgClassName
{
background-color: #133F27;
}
</style>
border-color css
<style>
span { border-color: #133F27; }
span { border-color: rgb(19,63,39); }
td.TdClassName
{
border-color: #133F27;
}
.TagClassName
{
border-color: #133F27;
}
</style>