Shades of Deep Fir #124B21
Tints of Deep Fir #124B21
RGB
CMYK
RGB Variations
Color information
#124B21 (or 0x124B21) is known color: Deep Fir. HEX triplet: 12, 4B and 21. RGB value is (18,75,33). Sum of RGB (Red+Green+Blue) = 18+75+33=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 75 (29.69% from 255 or 59.52% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 75 - color contains mainly: green. Hex color #124B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B21 is #EDB4DE. Grayscale: #353535. Windows color (decimal): -15578335 or 2181906. OLE color: 2181906.
HSL color Cylindrical-coordinate representation of color #124B21: hue angle of 135.79º 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 #124B21 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 33 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.71 |
| HSL | 135.79º | 0.61% | 0.18% | - |
| HSV(B) | 135.79º | 0.76% | 0.29% | - |
| XYZ | 3.04 | 5.27 | 2.3 | - |
| YUV | 53.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 33 | 0.76 | 0 | 0.56 | 0.71 | 135.79 | 0.61 | 0.18 |
| Hex | 12 | 4B | 21 | 4C | 0 | 38 | 47 | 88 | 3D | 12 |
| Octal | 22 | 113 | 41 | 114 | 0 | 70 | 107 | 210 | 75 | 22 |
| Binary | 10010 | 1001011 | 100001 | 1001100 | 0 | 111000 | 1000111 | 10001000 | 111101 | 10010 |
Color Harmonies of #124B21
Complementary color
Monochromatic Colors of #124B21
Black with #124B21
Text Example
Text Example
White with #124B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B21; }
p { color: rgb(18,75,33); }
H1.HeaderClassName
{
color: #124B21;
}
.AnyTagClassName
{
color: #124B21;
}
</style>
background-color css
<style>
a { background-color: #124B21; }
a { background-color: rgb(18,75,33); }
div.DivClassName
{
background-color: #124B21;
}
.BgClassName
{
background-color: #124B21;
}
</style>
border-color css
<style>
span { border-color: #124B21; }
span { border-color: rgb(18,75,33); }
td.TdClassName
{
border-color: #124B21;
}
.TagClassName
{
border-color: #124B21;
}
</style>