Shades of Deep Fir #133A23
Tints of Deep Fir #133A23
RGB
CMYK
RGB Variations
Color information
#133A23 (or 0x133A23) is known color: Deep Fir. HEX triplet: 13, 3A and 23. RGB value is (19,58,35). Sum of RGB (Red+Green+Blue) = 19+58+35=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #133A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A23 is #ECC5DC. Grayscale: #2B2B2B. Windows color (decimal): -15517149 or 2308627. OLE color: 2308627.
HSL color Cylindrical-coordinate representation of color #133A23: hue angle of 144.62º 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 #133A23 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 35 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.77 |
| HSL | 144.62º | 0.51% | 0.15% | - |
| HSV(B) | 144.62º | 0.67% | 0.23% | - |
| XYZ | 2.08 | 3.29 | 2.11 | - |
| YUV | 43.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 35 | 0.67 | 0 | 0.40 | 0.77 | 144.62 | 0.51 | 0.15 |
| Hex | 13 | 3A | 23 | 43 | 0 | 28 | 4D | 91 | 33 | F |
| Octal | 23 | 72 | 43 | 103 | 0 | 50 | 115 | 221 | 63 | 17 |
| Binary | 10011 | 111010 | 100011 | 1000011 | 0 | 101000 | 1001101 | 10010001 | 110011 | 1111 |
Color Harmonies of #133A23
Complementary color
Monochromatic Colors of #133A23
Black with #133A23
Text Example
Text Example
White with #133A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A23; }
p { color: rgb(19,58,35); }
H1.HeaderClassName
{
color: #133A23;
}
.AnyTagClassName
{
color: #133A23;
}
</style>
background-color css
<style>
a { background-color: #133A23; }
a { background-color: rgb(19,58,35); }
div.DivClassName
{
background-color: #133A23;
}
.BgClassName
{
background-color: #133A23;
}
</style>
border-color css
<style>
span { border-color: #133A23; }
span { border-color: rgb(19,58,35); }
td.TdClassName
{
border-color: #133A23;
}
.TagClassName
{
border-color: #133A23;
}
</style>