Shades of Deep Fir #1B3D24
Tints of Deep Fir #1B3D24
RGB
CMYK
RGB Variations
Color information
#1B3D24 (or 0x1B3D24) is known color: Deep Fir. HEX triplet: 1B, 3D and 24. RGB value is (27,61,36). Sum of RGB (Red+Green+Blue) = 27+61+36=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #1B3D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3D24 is #E4C2DB. Grayscale: #303030. Windows color (decimal): -14992092 or 2374939. OLE color: 2374939.
HSL color Cylindrical-coordinate representation of color #1B3D24: hue angle of 135.88º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3D24 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 61 | 36 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.76 |
| HSL | 135.88º | 0.39% | 0.17% | - |
| HSV(B) | 135.88º | 0.56% | 0.24% | - |
| XYZ | 2.44 | 3.7 | 2.25 | - |
| YUV | 47.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 36 | 0.56 | 0 | 0.41 | 0.76 | 135.88 | 0.39 | 0.17 |
| Hex | 1B | 3D | 24 | 38 | 0 | 29 | 4C | 88 | 27 | 11 |
| Octal | 33 | 75 | 44 | 70 | 0 | 51 | 114 | 210 | 47 | 21 |
| Binary | 11011 | 111101 | 100100 | 111000 | 0 | 101001 | 1001100 | 10001000 | 100111 | 10001 |
Color Harmonies of #1B3D24
Complementary color
Monochromatic Colors of #1B3D24
Black with #1B3D24
Text Example
Text Example
White with #1B3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D24; }
p { color: rgb(27,61,36); }
H1.HeaderClassName
{
color: #1B3D24;
}
.AnyTagClassName
{
color: #1B3D24;
}
</style>
background-color css
<style>
a { background-color: #1B3D24; }
a { background-color: rgb(27,61,36); }
div.DivClassName
{
background-color: #1B3D24;
}
.BgClassName
{
background-color: #1B3D24;
}
</style>
border-color css
<style>
span { border-color: #1B3D24; }
span { border-color: rgb(27,61,36); }
td.TdClassName
{
border-color: #1B3D24;
}
.TagClassName
{
border-color: #1B3D24;
}
</style>