Shades of Deep Fir #123E1E
Tints of Deep Fir #123E1E
RGB
CMYK
RGB Variations
Color information
#123E1E (or 0x123E1E) is known color: Deep Fir. HEX triplet: 12, 3E and 1E. RGB value is (18,62,30). Sum of RGB (Red+Green+Blue) = 18+62+30=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #123E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E1E is #EDC1E1. Grayscale: #2D2D2D. Windows color (decimal): -15581666 or 1981970. OLE color: 1981970.
HSL color Cylindrical-coordinate representation of color #123E1E: hue angle of 136.36º 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 #123E1E is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 30 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.76 |
| HSL | 136.36º | 0.55% | 0.16% | - |
| HSV(B) | 136.36º | 0.71% | 0.24% | - |
| XYZ | 2.21 | 3.67 | 1.82 | - |
| YUV | 45.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 30 | 0.71 | 0 | 0.52 | 0.76 | 136.36 | 0.55 | 0.16 |
| Hex | 12 | 3E | 1E | 47 | 0 | 34 | 4C | 88 | 37 | 10 |
| Octal | 22 | 76 | 36 | 107 | 0 | 64 | 114 | 210 | 67 | 20 |
| Binary | 10010 | 111110 | 11110 | 1000111 | 0 | 110100 | 1001100 | 10001000 | 110111 | 10000 |
Color Harmonies of #123E1E
Complementary color
Monochromatic Colors of #123E1E
Black with #123E1E
Text Example
Text Example
White with #123E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E1E; }
p { color: rgb(18,62,30); }
H1.HeaderClassName
{
color: #123E1E;
}
.AnyTagClassName
{
color: #123E1E;
}
</style>
background-color css
<style>
a { background-color: #123E1E; }
a { background-color: rgb(18,62,30); }
div.DivClassName
{
background-color: #123E1E;
}
.BgClassName
{
background-color: #123E1E;
}
</style>
border-color css
<style>
span { border-color: #123E1E; }
span { border-color: rgb(18,62,30); }
td.TdClassName
{
border-color: #123E1E;
}
.TagClassName
{
border-color: #123E1E;
}
</style>