Shades of Deep Fir #124A23
Tints of Deep Fir #124A23
RGB
CMYK
RGB Variations
Color information
#124A23 (or 0x124A23) is known color: Deep Fir. HEX triplet: 12, 4A and 23. RGB value is (18,74,35). Sum of RGB (Red+Green+Blue) = 18+74+35=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 74 (29.30% from 255 or 58.27% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 74 - color contains mainly: green. Hex color #124A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A23 is #EDB5DC. Grayscale: #343434. Windows color (decimal): -15578589 or 2312722. OLE color: 2312722.
HSL color Cylindrical-coordinate representation of color #124A23: hue angle of 138.21º 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 #124A23 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 35 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.71 |
| HSL | 138.21º | 0.61% | 0.18% | - |
| HSV(B) | 138.21º | 0.76% | 0.29% | - |
| XYZ | 3 | 5.15 | 2.43 | - |
| YUV | 52.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 35 | 0.76 | 0 | 0.53 | 0.71 | 138.21 | 0.61 | 0.18 |
| Hex | 12 | 4A | 23 | 4C | 0 | 35 | 47 | 8A | 3D | 12 |
| Octal | 22 | 112 | 43 | 114 | 0 | 65 | 107 | 212 | 75 | 22 |
| Binary | 10010 | 1001010 | 100011 | 1001100 | 0 | 110101 | 1000111 | 10001010 | 111101 | 10010 |
Color Harmonies of #124A23
Complementary color
Monochromatic Colors of #124A23
Black with #124A23
Text Example
Text Example
White with #124A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A23; }
p { color: rgb(18,74,35); }
H1.HeaderClassName
{
color: #124A23;
}
.AnyTagClassName
{
color: #124A23;
}
</style>
background-color css
<style>
a { background-color: #124A23; }
a { background-color: rgb(18,74,35); }
div.DivClassName
{
background-color: #124A23;
}
.BgClassName
{
background-color: #124A23;
}
</style>
border-color css
<style>
span { border-color: #124A23; }
span { border-color: rgb(18,74,35); }
td.TdClassName
{
border-color: #124A23;
}
.TagClassName
{
border-color: #124A23;
}
</style>