Shades of Deep Fir #153D27
Tints of Deep Fir #153D27
RGB
CMYK
RGB Variations
Color information
#153D27 (or 0x153D27) is known color: Deep Fir. HEX triplet: 15, 3D and 27. RGB value is (21,61,39). Sum of RGB (Red+Green+Blue) = 21+61+39=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #153D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D27 is #EAC2D8. Grayscale: #2E2E2E. Windows color (decimal): -15385305 or 2571541. OLE color: 2571541.
HSL color Cylindrical-coordinate representation of color #153D27: hue angle of 147º 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 #153D27 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 39 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.76 |
| HSL | 147º | 0.49% | 0.16% | - |
| HSV(B) | 147º | 0.66% | 0.24% | - |
| XYZ | 2.34 | 3.64 | 2.5 | - |
| YUV | 46.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 39 | 0.66 | 0 | 0.36 | 0.76 | 147 | 0.49 | 0.16 |
| Hex | 15 | 3D | 27 | 42 | 0 | 24 | 4C | 93 | 31 | 10 |
| Octal | 25 | 75 | 47 | 102 | 0 | 44 | 114 | 223 | 61 | 20 |
| Binary | 10101 | 111101 | 100111 | 1000010 | 0 | 100100 | 1001100 | 10010011 | 110001 | 10000 |
Color Harmonies of #153D27
Complementary color
Monochromatic Colors of #153D27
Black with #153D27
Text Example
Text Example
White with #153D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D27; }
p { color: rgb(21,61,39); }
H1.HeaderClassName
{
color: #153D27;
}
.AnyTagClassName
{
color: #153D27;
}
</style>
background-color css
<style>
a { background-color: #153D27; }
a { background-color: rgb(21,61,39); }
div.DivClassName
{
background-color: #153D27;
}
.BgClassName
{
background-color: #153D27;
}
</style>
border-color css
<style>
span { border-color: #153D27; }
span { border-color: rgb(21,61,39); }
td.TdClassName
{
border-color: #153D27;
}
.TagClassName
{
border-color: #153D27;
}
</style>