Shades of Deep Fir #133A20
Tints of Deep Fir #133A20
RGB
CMYK
RGB Variations
Color information
#133A20 (or 0x133A20) is known color: Deep Fir. HEX triplet: 13, 3A and 20. RGB value is (19,58,32). Sum of RGB (Red+Green+Blue) = 19+58+32=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #133A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A20 is #ECC5DF. Grayscale: #2B2B2B. Windows color (decimal): -15517152 or 2112019. OLE color: 2112019.
HSL color Cylindrical-coordinate representation of color #133A20: hue angle of 140º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A20 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 32 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.77 |
| HSL | 140º | 0.51% | 0.15% | - |
| HSV(B) | 140º | 0.67% | 0.23% | - |
| XYZ | 2.04 | 3.27 | 1.89 | - |
| YUV | 43.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 32 | 0.67 | 0 | 0.45 | 0.77 | 140 | 0.51 | 0.15 |
| Hex | 13 | 3A | 20 | 43 | 0 | 2D | 4D | 8C | 33 | F |
| Octal | 23 | 72 | 40 | 103 | 0 | 55 | 115 | 214 | 63 | 17 |
| Binary | 10011 | 111010 | 100000 | 1000011 | 0 | 101101 | 1001101 | 10001100 | 110011 | 1111 |
Color Harmonies of #133A20
Complementary color
Monochromatic Colors of #133A20
Black with #133A20
Text Example
Text Example
White with #133A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A20; }
p { color: rgb(19,58,32); }
H1.HeaderClassName
{
color: #133A20;
}
.AnyTagClassName
{
color: #133A20;
}
</style>
background-color css
<style>
a { background-color: #133A20; }
a { background-color: rgb(19,58,32); }
div.DivClassName
{
background-color: #133A20;
}
.BgClassName
{
background-color: #133A20;
}
</style>
border-color css
<style>
span { border-color: #133A20; }
span { border-color: rgb(19,58,32); }
td.TdClassName
{
border-color: #133A20;
}
.TagClassName
{
border-color: #133A20;
}
</style>