Shades of Deep Fir #133D27
Tints of Deep Fir #133D27
RGB
CMYK
RGB Variations
Color information
#133D27 (or 0x133D27) is known color: Deep Fir. HEX triplet: 13, 3D and 27. RGB value is (19,61,39). Sum of RGB (Red+Green+Blue) = 19+61+39=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #133D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D27 is #ECC2D8. Grayscale: #2D2D2D. Windows color (decimal): -15516377 or 2571539. OLE color: 2571539.
HSL color Cylindrical-coordinate representation of color #133D27: hue angle of 148.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D27 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 39 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.76 |
| HSL | 148.57º | 0.53% | 0.16% | - |
| HSV(B) | 148.57º | 0.69% | 0.24% | - |
| XYZ | 2.3 | 3.62 | 2.5 | - |
| YUV | 45.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 39 | 0.69 | 0 | 0.36 | 0.76 | 148.57 | 0.53 | 0.16 |
| Hex | 13 | 3D | 27 | 45 | 0 | 24 | 4C | 95 | 34 | 10 |
| Octal | 23 | 75 | 47 | 105 | 0 | 44 | 114 | 225 | 64 | 20 |
| Binary | 10011 | 111101 | 100111 | 1000101 | 0 | 100100 | 1001100 | 10010101 | 110100 | 10000 |
Color Harmonies of #133D27
Complementary color
Monochromatic Colors of #133D27
Black with #133D27
Text Example
Text Example
White with #133D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D27; }
p { color: rgb(19,61,39); }
H1.HeaderClassName
{
color: #133D27;
}
.AnyTagClassName
{
color: #133D27;
}
</style>
background-color css
<style>
a { background-color: #133D27; }
a { background-color: rgb(19,61,39); }
div.DivClassName
{
background-color: #133D27;
}
.BgClassName
{
background-color: #133D27;
}
</style>
border-color css
<style>
span { border-color: #133D27; }
span { border-color: rgb(19,61,39); }
td.TdClassName
{
border-color: #133D27;
}
.TagClassName
{
border-color: #133D27;
}
</style>