Shades of Deep Fir #124B20
Tints of Deep Fir #124B20
RGB
CMYK
RGB Variations
Color information
#124B20 (or 0x124B20) is known color: Deep Fir. HEX triplet: 12, 4B and 20. RGB value is (18,75,32). Sum of RGB (Red+Green+Blue) = 18+75+32=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #124B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B20 is #EDB4DF. Grayscale: #353535. Windows color (decimal): -15578336 or 2116370. OLE color: 2116370.
HSL color Cylindrical-coordinate representation of color #124B20: hue angle of 134.74º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B20 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 32 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.71 |
| HSL | 134.74º | 0.61% | 0.18% | - |
| HSV(B) | 134.74º | 0.76% | 0.29% | - |
| XYZ | 3.03 | 5.27 | 2.22 | - |
| YUV | 53.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 32 | 0.76 | 0 | 0.57 | 0.71 | 134.74 | 0.61 | 0.18 |
| Hex | 12 | 4B | 20 | 4C | 0 | 39 | 47 | 87 | 3D | 12 |
| Octal | 22 | 113 | 40 | 114 | 0 | 71 | 107 | 207 | 75 | 22 |
| Binary | 10010 | 1001011 | 100000 | 1001100 | 0 | 111001 | 1000111 | 10000111 | 111101 | 10010 |
Color Harmonies of #124B20
Complementary color
Monochromatic Colors of #124B20
Black with #124B20
Text Example
Text Example
White with #124B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B20; }
p { color: rgb(18,75,32); }
H1.HeaderClassName
{
color: #124B20;
}
.AnyTagClassName
{
color: #124B20;
}
</style>
background-color css
<style>
a { background-color: #124B20; }
a { background-color: rgb(18,75,32); }
div.DivClassName
{
background-color: #124B20;
}
.BgClassName
{
background-color: #124B20;
}
</style>
border-color css
<style>
span { border-color: #124B20; }
span { border-color: rgb(18,75,32); }
td.TdClassName
{
border-color: #124B20;
}
.TagClassName
{
border-color: #124B20;
}
</style>