Shades of Deep Fir #12381A
Tints of Deep Fir #12381A
RGB
CMYK
RGB Variations
Color information
#12381A (or 0x12381A) is known color: Deep Fir. HEX triplet: 12, 38 and 1A. RGB value is (18,56,26). Sum of RGB (Red+Green+Blue) = 18+56+26=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #12381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12381A is #EDC7E5. Grayscale: #292929. Windows color (decimal): -15583206 or 1718290. OLE color: 1718290.
HSL color Cylindrical-coordinate representation of color #12381A: hue angle of 132.63º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12381A is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 26 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.78 |
| HSL | 132.63º | 0.51% | 0.15% | - |
| HSV(B) | 132.63º | 0.68% | 0.22% | - |
| XYZ | 1.85 | 3.03 | 1.46 | - |
| YUV | 41.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 26 | 0.68 | 0 | 0.54 | 0.78 | 132.63 | 0.51 | 0.15 |
| Hex | 12 | 38 | 1A | 44 | 0 | 36 | 4E | 85 | 33 | F |
| Octal | 22 | 70 | 32 | 104 | 0 | 66 | 116 | 205 | 63 | 17 |
| Binary | 10010 | 111000 | 11010 | 1000100 | 0 | 110110 | 1001110 | 10000101 | 110011 | 1111 |
Color Harmonies of #12381A
Complementary color
Monochromatic Colors of #12381A
Black with #12381A
Text Example
Text Example
White with #12381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12381A; }
p { color: rgb(18,56,26); }
H1.HeaderClassName
{
color: #12381A;
}
.AnyTagClassName
{
color: #12381A;
}
</style>
background-color css
<style>
a { background-color: #12381A; }
a { background-color: rgb(18,56,26); }
div.DivClassName
{
background-color: #12381A;
}
.BgClassName
{
background-color: #12381A;
}
</style>
border-color css
<style>
span { border-color: #12381A; }
span { border-color: rgb(18,56,26); }
td.TdClassName
{
border-color: #12381A;
}
.TagClassName
{
border-color: #12381A;
}
</style>