Shades of Deep Fir #1B4826
Tints of Deep Fir #1B4826
RGB
CMYK
RGB Variations
Color information
#1B4826 (or 0x1B4826) is known color: Deep Fir. HEX triplet: 1B, 48 and 26. RGB value is (27,72,38). Sum of RGB (Red+Green+Blue) = 27+72+38=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #1B4826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4826 is #E4B7D9. Grayscale: #363636. Windows color (decimal): -14989274 or 2508827. OLE color: 2508827.
HSL color Cylindrical-coordinate representation of color #1B4826: hue angle of 134.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B4826 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 72 | 38 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.72 |
| HSL | 134.67º | 0.45% | 0.19% | - |
| HSV(B) | 134.67º | 0.63% | 0.28% | - |
| XYZ | 3.12 | 5.01 | 2.64 | - |
| YUV | 54.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 72 | 38 | 0.62 | 0 | 0.47 | 0.72 | 134.67 | 0.45 | 0.19 |
| Hex | 1B | 48 | 26 | 3E | 0 | 2F | 48 | 87 | 2D | 13 |
| Octal | 33 | 110 | 46 | 76 | 0 | 57 | 110 | 207 | 55 | 23 |
| Binary | 11011 | 1001000 | 100110 | 111110 | 0 | 101111 | 1001000 | 10000111 | 101101 | 10011 |
Color Harmonies of #1B4826
Complementary color
Monochromatic Colors of #1B4826
Black with #1B4826
Text Example
Text Example
White with #1B4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4826; }
p { color: rgb(27,72,38); }
H1.HeaderClassName
{
color: #1B4826;
}
.AnyTagClassName
{
color: #1B4826;
}
</style>
background-color css
<style>
a { background-color: #1B4826; }
a { background-color: rgb(27,72,38); }
div.DivClassName
{
background-color: #1B4826;
}
.BgClassName
{
background-color: #1B4826;
}
</style>
border-color css
<style>
span { border-color: #1B4826; }
span { border-color: rgb(27,72,38); }
td.TdClassName
{
border-color: #1B4826;
}
.TagClassName
{
border-color: #1B4826;
}
</style>