Shades of Deep Fir #153A1B
Tints of Deep Fir #153A1B
RGB
CMYK
RGB Variations
Color information
#153A1B (or 0x153A1B) is known color: Deep Fir. HEX triplet: 15, 3A and 1B. RGB value is (21,58,27). Sum of RGB (Red+Green+Blue) = 21+58+27=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 58 (23.05% from 255 or 54.72% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 58 - color contains mainly: green. Hex color #153A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A1B is #EAC5E4. Grayscale: #2B2B2B. Windows color (decimal): -15386085 or 1784341. OLE color: 1784341.
HSL color Cylindrical-coordinate representation of color #153A1B: hue angle of 129.73º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A1B is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 27 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.77 |
| HSL | 129.73º | 0.47% | 0.15% | - |
| HSV(B) | 129.73º | 0.64% | 0.23% | - |
| XYZ | 2.02 | 3.26 | 1.56 | - |
| YUV | 43.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 27 | 0.64 | 0 | 0.53 | 0.77 | 129.73 | 0.47 | 0.15 |
| Hex | 15 | 3A | 1B | 40 | 0 | 35 | 4D | 82 | 2F | F |
| Octal | 25 | 72 | 33 | 100 | 0 | 65 | 115 | 202 | 57 | 17 |
| Binary | 10101 | 111010 | 11011 | 1000000 | 0 | 110101 | 1001101 | 10000010 | 101111 | 1111 |
Color Harmonies of #153A1B
Complementary color
Monochromatic Colors of #153A1B
Black with #153A1B
Text Example
Text Example
White with #153A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A1B; }
p { color: rgb(21,58,27); }
H1.HeaderClassName
{
color: #153A1B;
}
.AnyTagClassName
{
color: #153A1B;
}
</style>
background-color css
<style>
a { background-color: #153A1B; }
a { background-color: rgb(21,58,27); }
div.DivClassName
{
background-color: #153A1B;
}
.BgClassName
{
background-color: #153A1B;
}
</style>
border-color css
<style>
span { border-color: #153A1B; }
span { border-color: rgb(21,58,27); }
td.TdClassName
{
border-color: #153A1B;
}
.TagClassName
{
border-color: #153A1B;
}
</style>