Shades of Deep Fir #123E1D
Tints of Deep Fir #123E1D
RGB
CMYK
RGB Variations
Color information
#123E1D (or 0x123E1D) is known color: Deep Fir. HEX triplet: 12, 3E and 1D. RGB value is (18,62,29). Sum of RGB (Red+Green+Blue) = 18+62+29=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #123E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E1D is #EDC1E2. Grayscale: #2D2D2D. Windows color (decimal): -15581667 or 1916434. OLE color: 1916434.
HSL color Cylindrical-coordinate representation of color #123E1D: hue angle of 135º 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 #123E1D is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 29 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.76 |
| HSL | 135º | 0.55% | 0.16% | - |
| HSV(B) | 135º | 0.71% | 0.24% | - |
| XYZ | 2.19 | 3.66 | 1.75 | - |
| YUV | 45.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 29 | 0.71 | 0 | 0.53 | 0.76 | 135 | 0.55 | 0.16 |
| Hex | 12 | 3E | 1D | 47 | 0 | 35 | 4C | 87 | 37 | 10 |
| Octal | 22 | 76 | 35 | 107 | 0 | 65 | 114 | 207 | 67 | 20 |
| Binary | 10010 | 111110 | 11101 | 1000111 | 0 | 110101 | 1001100 | 10000111 | 110111 | 10000 |
Color Harmonies of #123E1D
Complementary color
Monochromatic Colors of #123E1D
Black with #123E1D
Text Example
Text Example
White with #123E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E1D; }
p { color: rgb(18,62,29); }
H1.HeaderClassName
{
color: #123E1D;
}
.AnyTagClassName
{
color: #123E1D;
}
</style>
background-color css
<style>
a { background-color: #123E1D; }
a { background-color: rgb(18,62,29); }
div.DivClassName
{
background-color: #123E1D;
}
.BgClassName
{
background-color: #123E1D;
}
</style>
border-color css
<style>
span { border-color: #123E1D; }
span { border-color: rgb(18,62,29); }
td.TdClassName
{
border-color: #123E1D;
}
.TagClassName
{
border-color: #123E1D;
}
</style>