Shades of Deep Fir #133F23
Tints of Deep Fir #133F23
RGB
CMYK
RGB Variations
Color information
#133F23 (or 0x133F23) is known color: Deep Fir. HEX triplet: 13, 3F and 23. RGB value is (19,63,35). Sum of RGB (Red+Green+Blue) = 19+63+35=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #133F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F23 is #ECC0DC. Grayscale: #2E2E2E. Windows color (decimal): -15515869 or 2309907. OLE color: 2309907.
HSL color Cylindrical-coordinate representation of color #133F23: hue angle of 141.82º 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 #133F23 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 35 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.75 |
| HSL | 141.82º | 0.54% | 0.16% | - |
| HSV(B) | 141.82º | 0.7% | 0.25% | - |
| XYZ | 2.35 | 3.81 | 2.2 | - |
| YUV | 46.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 35 | 0.70 | 0 | 0.44 | 0.75 | 141.82 | 0.54 | 0.16 |
| Hex | 13 | 3F | 23 | 46 | 0 | 2C | 4B | 8E | 36 | 10 |
| Octal | 23 | 77 | 43 | 106 | 0 | 54 | 113 | 216 | 66 | 20 |
| Binary | 10011 | 111111 | 100011 | 1000110 | 0 | 101100 | 1001011 | 10001110 | 110110 | 10000 |
Color Harmonies of #133F23
Complementary color
Monochromatic Colors of #133F23
Black with #133F23
Text Example
Text Example
White with #133F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F23; }
p { color: rgb(19,63,35); }
H1.HeaderClassName
{
color: #133F23;
}
.AnyTagClassName
{
color: #133F23;
}
</style>
background-color css
<style>
a { background-color: #133F23; }
a { background-color: rgb(19,63,35); }
div.DivClassName
{
background-color: #133F23;
}
.BgClassName
{
background-color: #133F23;
}
</style>
border-color css
<style>
span { border-color: #133F23; }
span { border-color: rgb(19,63,35); }
td.TdClassName
{
border-color: #133F23;
}
.TagClassName
{
border-color: #133F23;
}
</style>