Shades of Deep Fir #12371A
Tints of Deep Fir #12371A
RGB
CMYK
RGB Variations
Color information
#12371A (or 0x12371A) is known color: Deep Fir. HEX triplet: 12, 37 and 1A. RGB value is (18,55,26). Sum of RGB (Red+Green+Blue) = 18+55+26=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #12371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12371A is #EDC8E5. Grayscale: #282828. Windows color (decimal): -15583462 or 1718034. OLE color: 1718034.
HSL color Cylindrical-coordinate representation of color #12371A: hue angle of 132.97º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12371A is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 26 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.78 |
| HSL | 132.97º | 0.51% | 0.14% | - |
| HSV(B) | 132.97º | 0.67% | 0.22% | - |
| XYZ | 1.8 | 2.94 | 1.45 | - |
| YUV | 40.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 26 | 0.67 | 0 | 0.53 | 0.78 | 132.97 | 0.51 | 0.14 |
| Hex | 12 | 37 | 1A | 43 | 0 | 35 | 4E | 85 | 33 | E |
| Octal | 22 | 67 | 32 | 103 | 0 | 65 | 116 | 205 | 63 | 16 |
| Binary | 10010 | 110111 | 11010 | 1000011 | 0 | 110101 | 1001110 | 10000101 | 110011 | 1110 |
Color Harmonies of #12371A
Complementary color
Monochromatic Colors of #12371A
Black with #12371A
Text Example
Text Example
White with #12371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12371A; }
p { color: rgb(18,55,26); }
H1.HeaderClassName
{
color: #12371A;
}
.AnyTagClassName
{
color: #12371A;
}
</style>
background-color css
<style>
a { background-color: #12371A; }
a { background-color: rgb(18,55,26); }
div.DivClassName
{
background-color: #12371A;
}
.BgClassName
{
background-color: #12371A;
}
</style>
border-color css
<style>
span { border-color: #12371A; }
span { border-color: rgb(18,55,26); }
td.TdClassName
{
border-color: #12371A;
}
.TagClassName
{
border-color: #12371A;
}
</style>