Shades of Deep Fir #123E24
Tints of Deep Fir #123E24
RGB
CMYK
RGB Variations
Color information
#123E24 (or 0x123E24) is known color: Deep Fir. HEX triplet: 12, 3E and 24. RGB value is (18,62,36). Sum of RGB (Red+Green+Blue) = 18+62+36=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #123E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E24 is #EDC1DB. Grayscale: #2D2D2D. Windows color (decimal): -15581660 or 2375186. OLE color: 2375186.
HSL color Cylindrical-coordinate representation of color #123E24: hue angle of 144.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E24 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 36 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.76 |
| HSL | 144.55º | 0.55% | 0.16% | - |
| HSV(B) | 144.55º | 0.71% | 0.24% | - |
| XYZ | 2.29 | 3.7 | 2.26 | - |
| YUV | 45.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 36 | 0.71 | 0 | 0.42 | 0.76 | 144.55 | 0.55 | 0.16 |
| Hex | 12 | 3E | 24 | 47 | 0 | 2A | 4C | 91 | 37 | 10 |
| Octal | 22 | 76 | 44 | 107 | 0 | 52 | 114 | 221 | 67 | 20 |
| Binary | 10010 | 111110 | 100100 | 1000111 | 0 | 101010 | 1001100 | 10010001 | 110111 | 10000 |
Color Harmonies of #123E24
Complementary color
Monochromatic Colors of #123E24
Black with #123E24
Text Example
Text Example
White with #123E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E24; }
p { color: rgb(18,62,36); }
H1.HeaderClassName
{
color: #123E24;
}
.AnyTagClassName
{
color: #123E24;
}
</style>
background-color css
<style>
a { background-color: #123E24; }
a { background-color: rgb(18,62,36); }
div.DivClassName
{
background-color: #123E24;
}
.BgClassName
{
background-color: #123E24;
}
</style>
border-color css
<style>
span { border-color: #123E24; }
span { border-color: rgb(18,62,36); }
td.TdClassName
{
border-color: #123E24;
}
.TagClassName
{
border-color: #123E24;
}
</style>