Shades of Deep Fir #123F20
Tints of Deep Fir #123F20
RGB
CMYK
RGB Variations
Color information
#123F20 (or 0x123F20) is known color: Deep Fir. HEX triplet: 12, 3F and 20. RGB value is (18,63,32). Sum of RGB (Red+Green+Blue) = 18+63+32=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #123F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F20 is #EDC0DF. Grayscale: #2E2E2E. Windows color (decimal): -15581408 or 2113298. OLE color: 2113298.
HSL color Cylindrical-coordinate representation of color #123F20: hue angle of 138.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F20 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 63 | 32 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.75 |
| HSL | 138.67º | 0.56% | 0.16% | - |
| HSV(B) | 138.67º | 0.71% | 0.25% | - |
| XYZ | 2.29 | 3.79 | 1.98 | - |
| YUV | 46.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 32 | 0.71 | 0 | 0.49 | 0.75 | 138.67 | 0.56 | 0.16 |
| Hex | 12 | 3F | 20 | 47 | 0 | 31 | 4B | 8B | 38 | 10 |
| Octal | 22 | 77 | 40 | 107 | 0 | 61 | 113 | 213 | 70 | 20 |
| Binary | 10010 | 111111 | 100000 | 1000111 | 0 | 110001 | 1001011 | 10001011 | 111000 | 10000 |
Color Harmonies of #123F20
Complementary color
Monochromatic Colors of #123F20
Black with #123F20
Text Example
Text Example
White with #123F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F20; }
p { color: rgb(18,63,32); }
H1.HeaderClassName
{
color: #123F20;
}
.AnyTagClassName
{
color: #123F20;
}
</style>
background-color css
<style>
a { background-color: #123F20; }
a { background-color: rgb(18,63,32); }
div.DivClassName
{
background-color: #123F20;
}
.BgClassName
{
background-color: #123F20;
}
</style>
border-color css
<style>
span { border-color: #123F20; }
span { border-color: rgb(18,63,32); }
td.TdClassName
{
border-color: #123F20;
}
.TagClassName
{
border-color: #123F20;
}
</style>