Shades of Deep Fir #153D1B
Tints of Deep Fir #153D1B
RGB
CMYK
RGB Variations
Color information
#153D1B (or 0x153D1B) is known color: Deep Fir. HEX triplet: 15, 3D and 1B. RGB value is (21,61,27). Sum of RGB (Red+Green+Blue) = 21+61+27=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #153D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D1B is #EAC2E4. Grayscale: #2D2D2D. Windows color (decimal): -15385317 or 1785109. OLE color: 1785109.
HSL color Cylindrical-coordinate representation of color #153D1B: hue angle of 129º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153D1B is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 27 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.76 |
| HSL | 129º | 0.49% | 0.16% | - |
| HSV(B) | 129º | 0.66% | 0.24% | - |
| XYZ | 2.18 | 3.58 | 1.61 | - |
| YUV | 45.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 27 | 0.66 | 0 | 0.56 | 0.76 | 129 | 0.49 | 0.16 |
| Hex | 15 | 3D | 1B | 42 | 0 | 38 | 4C | 81 | 31 | 10 |
| Octal | 25 | 75 | 33 | 102 | 0 | 70 | 114 | 201 | 61 | 20 |
| Binary | 10101 | 111101 | 11011 | 1000010 | 0 | 111000 | 1001100 | 10000001 | 110001 | 10000 |
Color Harmonies of #153D1B
Complementary color
Monochromatic Colors of #153D1B
Black with #153D1B
Text Example
Text Example
White with #153D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D1B; }
p { color: rgb(21,61,27); }
H1.HeaderClassName
{
color: #153D1B;
}
.AnyTagClassName
{
color: #153D1B;
}
</style>
background-color css
<style>
a { background-color: #153D1B; }
a { background-color: rgb(21,61,27); }
div.DivClassName
{
background-color: #153D1B;
}
.BgClassName
{
background-color: #153D1B;
}
</style>
border-color css
<style>
span { border-color: #153D1B; }
span { border-color: rgb(21,61,27); }
td.TdClassName
{
border-color: #153D1B;
}
.TagClassName
{
border-color: #153D1B;
}
</style>