Shades of Deep Fir #153D21
Tints of Deep Fir #153D21
RGB
CMYK
RGB Variations
Color information
#153D21 (or 0x153D21) is known color: Deep Fir. HEX triplet: 15, 3D and 21. RGB value is (21,61,33). Sum of RGB (Red+Green+Blue) = 21+61+33=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #153D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D21 is #EAC2DE. Grayscale: #2D2D2D. Windows color (decimal): -15385311 or 2178325. OLE color: 2178325.
HSL color Cylindrical-coordinate representation of color #153D21: hue angle of 138º 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 #153D21 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 33 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.76 |
| HSL | 138º | 0.49% | 0.16% | - |
| HSV(B) | 138º | 0.66% | 0.24% | - |
| XYZ | 2.25 | 3.61 | 2.02 | - |
| YUV | 45.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 33 | 0.66 | 0 | 0.46 | 0.76 | 138 | 0.49 | 0.16 |
| Hex | 15 | 3D | 21 | 42 | 0 | 2E | 4C | 8A | 31 | 10 |
| Octal | 25 | 75 | 41 | 102 | 0 | 56 | 114 | 212 | 61 | 20 |
| Binary | 10101 | 111101 | 100001 | 1000010 | 0 | 101110 | 1001100 | 10001010 | 110001 | 10000 |
Color Harmonies of #153D21
Complementary color
Monochromatic Colors of #153D21
Black with #153D21
Text Example
Text Example
White with #153D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D21; }
p { color: rgb(21,61,33); }
H1.HeaderClassName
{
color: #153D21;
}
.AnyTagClassName
{
color: #153D21;
}
</style>
background-color css
<style>
a { background-color: #153D21; }
a { background-color: rgb(21,61,33); }
div.DivClassName
{
background-color: #153D21;
}
.BgClassName
{
background-color: #153D21;
}
</style>
border-color css
<style>
span { border-color: #153D21; }
span { border-color: rgb(21,61,33); }
td.TdClassName
{
border-color: #153D21;
}
.TagClassName
{
border-color: #153D21;
}
</style>