Shades of Deep Fir #124021
Tints of Deep Fir #124021
RGB
CMYK
RGB Variations
Color information
#124021 (or 0x124021) is known color: Deep Fir. HEX triplet: 12, 40 and 21. RGB value is (18,64,33). Sum of RGB (Red+Green+Blue) = 18+64+33=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #124021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124021 is #EDBFDE. Grayscale: #2E2E2E. Windows color (decimal): -15581151 or 2179090. OLE color: 2179090.
HSL color Cylindrical-coordinate representation of color #124021: hue angle of 139.57º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124021 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 64 | 33 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.75 |
| HSL | 139.57º | 0.56% | 0.16% | - |
| HSV(B) | 139.57º | 0.72% | 0.25% | - |
| XYZ | 2.36 | 3.91 | 2.07 | - |
| YUV | 46.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 33 | 0.72 | 0 | 0.48 | 0.75 | 139.57 | 0.56 | 0.16 |
| Hex | 12 | 40 | 21 | 48 | 0 | 30 | 4B | 8C | 38 | 10 |
| Octal | 22 | 100 | 41 | 110 | 0 | 60 | 113 | 214 | 70 | 20 |
| Binary | 10010 | 1000000 | 100001 | 1001000 | 0 | 110000 | 1001011 | 10001100 | 111000 | 10000 |
Color Harmonies of #124021
Complementary color
Monochromatic Colors of #124021
Black with #124021
Text Example
Text Example
White with #124021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124021; }
p { color: rgb(18,64,33); }
H1.HeaderClassName
{
color: #124021;
}
.AnyTagClassName
{
color: #124021;
}
</style>
background-color css
<style>
a { background-color: #124021; }
a { background-color: rgb(18,64,33); }
div.DivClassName
{
background-color: #124021;
}
.BgClassName
{
background-color: #124021;
}
</style>
border-color css
<style>
span { border-color: #124021; }
span { border-color: rgb(18,64,33); }
td.TdClassName
{
border-color: #124021;
}
.TagClassName
{
border-color: #124021;
}
</style>