Shades of Deep Fir #1B4426
Tints of Deep Fir #1B4426
RGB
CMYK
RGB Variations
Color information
#1B4426 (or 0x1B4426) is known color: Deep Fir. HEX triplet: 1B, 44 and 26. RGB value is (27,68,38). Sum of RGB (Red+Green+Blue) = 27+68+38=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #1B4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4426 is #E4BBD9. Grayscale: #343434. Windows color (decimal): -14990298 or 2507803. OLE color: 2507803.
HSL color Cylindrical-coordinate representation of color #1B4426: hue angle of 136.1º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B4426 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 68 | 38 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.73 |
| HSL | 136.1º | 0.43% | 0.19% | - |
| HSV(B) | 136.1º | 0.6% | 0.27% | - |
| XYZ | 2.87 | 4.51 | 2.55 | - |
| YUV | 52.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 38 | 0.60 | 0 | 0.44 | 0.73 | 136.1 | 0.43 | 0.19 |
| Hex | 1B | 44 | 26 | 3C | 0 | 2C | 49 | 88 | 2B | 13 |
| Octal | 33 | 104 | 46 | 74 | 0 | 54 | 111 | 210 | 53 | 23 |
| Binary | 11011 | 1000100 | 100110 | 111100 | 0 | 101100 | 1001001 | 10001000 | 101011 | 10011 |
Color Harmonies of #1B4426
Complementary color
Monochromatic Colors of #1B4426
Black with #1B4426
Text Example
Text Example
White with #1B4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4426; }
p { color: rgb(27,68,38); }
H1.HeaderClassName
{
color: #1B4426;
}
.AnyTagClassName
{
color: #1B4426;
}
</style>
background-color css
<style>
a { background-color: #1B4426; }
a { background-color: rgb(27,68,38); }
div.DivClassName
{
background-color: #1B4426;
}
.BgClassName
{
background-color: #1B4426;
}
</style>
border-color css
<style>
span { border-color: #1B4426; }
span { border-color: rgb(27,68,38); }
td.TdClassName
{
border-color: #1B4426;
}
.TagClassName
{
border-color: #1B4426;
}
</style>