Shades of Deep Fir #1B4923
Tints of Deep Fir #1B4923
RGB
CMYK
RGB Variations
Color information
#1B4923 (or 0x1B4923) is known color: Deep Fir. HEX triplet: 1B, 49 and 23. RGB value is (27,73,35). Sum of RGB (Red+Green+Blue) = 27+73+35=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #1B4923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4923 is #E4B6DC. Grayscale: #373737. Windows color (decimal): -14989021 or 2312475. OLE color: 2312475.
HSL color Cylindrical-coordinate representation of color #1B4923: hue angle of 130.43º 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 #1B4923 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 27 | 73 | 35 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.71 |
| HSL | 130.43º | 0.46% | 0.2% | - |
| HSV(B) | 130.43º | 0.63% | 0.29% | - |
| XYZ | 3.14 | 5.12 | 2.41 | - |
| YUV | 54.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 73 | 35 | 0.63 | 0 | 0.52 | 0.71 | 130.43 | 0.46 | 0.2 |
| Hex | 1B | 49 | 23 | 3F | 0 | 34 | 47 | 82 | 2E | 14 |
| Octal | 33 | 111 | 43 | 77 | 0 | 64 | 107 | 202 | 56 | 24 |
| Binary | 11011 | 1001001 | 100011 | 111111 | 0 | 110100 | 1000111 | 10000010 | 101110 | 10100 |
Color Harmonies of #1B4923
Complementary color
Monochromatic Colors of #1B4923
Black with #1B4923
Text Example
Text Example
White with #1B4923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4923; }
p { color: rgb(27,73,35); }
H1.HeaderClassName
{
color: #1B4923;
}
.AnyTagClassName
{
color: #1B4923;
}
</style>
background-color css
<style>
a { background-color: #1B4923; }
a { background-color: rgb(27,73,35); }
div.DivClassName
{
background-color: #1B4923;
}
.BgClassName
{
background-color: #1B4923;
}
</style>
border-color css
<style>
span { border-color: #1B4923; }
span { border-color: rgb(27,73,35); }
td.TdClassName
{
border-color: #1B4923;
}
.TagClassName
{
border-color: #1B4923;
}
</style>