Shades of Deep Fir #1B4924
Tints of Deep Fir #1B4924
RGB
CMYK
RGB Variations
Color information
#1B4924 (or 0x1B4924) is known color: Deep Fir. HEX triplet: 1B, 49 and 24. RGB value is (27,73,36). Sum of RGB (Red+Green+Blue) = 27+73+36=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #1B4924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4924 is #E4B6DB. Grayscale: #373737. Windows color (decimal): -14989020 or 2378011. OLE color: 2378011.
HSL color Cylindrical-coordinate representation of color #1B4924: hue angle of 131.74º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B4924 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 36 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.71 |
| HSL | 131.74º | 0.46% | 0.2% | - |
| HSV(B) | 131.74º | 0.63% | 0.29% | - |
| XYZ | 3.15 | 5.13 | 2.49 | - |
| YUV | 55.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 36 | 0.63 | 0 | 0.51 | 0.71 | 131.74 | 0.46 | 0.2 |
| Hex | 1B | 49 | 24 | 3F | 0 | 33 | 47 | 84 | 2E | 14 |
| Octal | 33 | 111 | 44 | 77 | 0 | 63 | 107 | 204 | 56 | 24 |
| Binary | 11011 | 1001001 | 100100 | 111111 | 0 | 110011 | 1000111 | 10000100 | 101110 | 10100 |
Color Harmonies of #1B4924
Complementary color
Monochromatic Colors of #1B4924
Black with #1B4924
Text Example
Text Example
White with #1B4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4924; }
p { color: rgb(27,73,36); }
H1.HeaderClassName
{
color: #1B4924;
}
.AnyTagClassName
{
color: #1B4924;
}
</style>
background-color css
<style>
a { background-color: #1B4924; }
a { background-color: rgb(27,73,36); }
div.DivClassName
{
background-color: #1B4924;
}
.BgClassName
{
background-color: #1B4924;
}
</style>
border-color css
<style>
span { border-color: #1B4924; }
span { border-color: rgb(27,73,36); }
td.TdClassName
{
border-color: #1B4924;
}
.TagClassName
{
border-color: #1B4924;
}
</style>