Shades of Deep Fir #123A19
Tints of Deep Fir #123A19
RGB
CMYK
RGB Variations
Color information
#123A19 (or 0x123A19) is known color: Deep Fir. HEX triplet: 12, 3A and 19. RGB value is (18,58,25). Sum of RGB (Red+Green+Blue) = 18+58+25=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #123A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123A19 is #EDC5E6. Grayscale: #2A2A2A. Windows color (decimal): -15582695 or 1653266. OLE color: 1653266.
HSL color Cylindrical-coordinate representation of color #123A19: hue angle of 130.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A19 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 58 | 25 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.77 |
| HSL | 130.5º | 0.53% | 0.15% | - |
| HSV(B) | 130.5º | 0.69% | 0.23% | - |
| XYZ | 1.94 | 3.22 | 1.44 | - |
| YUV | 42.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 25 | 0.69 | 0 | 0.57 | 0.77 | 130.5 | 0.53 | 0.15 |
| Hex | 12 | 3A | 19 | 45 | 0 | 39 | 4D | 82 | 35 | F |
| Octal | 22 | 72 | 31 | 105 | 0 | 71 | 115 | 202 | 65 | 17 |
| Binary | 10010 | 111010 | 11001 | 1000101 | 0 | 111001 | 1001101 | 10000010 | 110101 | 1111 |
Color Harmonies of #123A19
Complementary color
Monochromatic Colors of #123A19
Black with #123A19
Text Example
Text Example
White with #123A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A19; }
p { color: rgb(18,58,25); }
H1.HeaderClassName
{
color: #123A19;
}
.AnyTagClassName
{
color: #123A19;
}
</style>
background-color css
<style>
a { background-color: #123A19; }
a { background-color: rgb(18,58,25); }
div.DivClassName
{
background-color: #123A19;
}
.BgClassName
{
background-color: #123A19;
}
</style>
border-color css
<style>
span { border-color: #123A19; }
span { border-color: rgb(18,58,25); }
td.TdClassName
{
border-color: #123A19;
}
.TagClassName
{
border-color: #123A19;
}
</style>