Shades of Deep Fir #15401F
Tints of Deep Fir #15401F
RGB
CMYK
RGB Variations
Color information
#15401F (or 0x15401F) is known color: Deep Fir. HEX triplet: 15, 40 and 1F. RGB value is (21,64,31). Sum of RGB (Red+Green+Blue) = 21+64+31=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #15401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401F is #EABFE0. Grayscale: #2F2F2F. Windows color (decimal): -15384545 or 2048021. OLE color: 2048021.
HSL color Cylindrical-coordinate representation of color #15401F: hue angle of 133.95º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15401F is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 31 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.75 |
| HSL | 133.95º | 0.51% | 0.17% | - |
| HSV(B) | 133.95º | 0.67% | 0.25% | - |
| XYZ | 2.39 | 3.93 | 1.93 | - |
| YUV | 47.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 31 | 0.67 | 0 | 0.52 | 0.75 | 133.95 | 0.51 | 0.17 |
| Hex | 15 | 40 | 1F | 43 | 0 | 34 | 4B | 86 | 33 | 11 |
| Octal | 25 | 100 | 37 | 103 | 0 | 64 | 113 | 206 | 63 | 21 |
| Binary | 10101 | 1000000 | 11111 | 1000011 | 0 | 110100 | 1001011 | 10000110 | 110011 | 10001 |
Color Harmonies of #15401F
Complementary color
Monochromatic Colors of #15401F
Black with #15401F
Text Example
Text Example
White with #15401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15401F; }
p { color: rgb(21,64,31); }
H1.HeaderClassName
{
color: #15401F;
}
.AnyTagClassName
{
color: #15401F;
}
</style>
background-color css
<style>
a { background-color: #15401F; }
a { background-color: rgb(21,64,31); }
div.DivClassName
{
background-color: #15401F;
}
.BgClassName
{
background-color: #15401F;
}
</style>
border-color css
<style>
span { border-color: #15401F; }
span { border-color: rgb(21,64,31); }
td.TdClassName
{
border-color: #15401F;
}
.TagClassName
{
border-color: #15401F;
}
</style>