Shades of Deep Fir #184C23
Tints of Deep Fir #184C23
RGB
CMYK
RGB Variations
Color information
#184C23 (or 0x184C23) is known color: Deep Fir. HEX triplet: 18, 4C and 23. RGB value is (24,76,35). Sum of RGB (Red+Green+Blue) = 24+76+35=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #184C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184C23 is #E7B3DC. Grayscale: #373737. Windows color (decimal): -15184861 or 2313240. OLE color: 2313240.
HSL color Cylindrical-coordinate representation of color #184C23: hue angle of 132.69º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184C23 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 76 | 35 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.70 |
| HSL | 132.69º | 0.52% | 0.2% | - |
| HSV(B) | 132.69º | 0.68% | 0.3% | - |
| XYZ | 3.26 | 5.48 | 2.48 | - |
| YUV | 55.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 35 | 0.68 | 0 | 0.54 | 0.70 | 132.69 | 0.52 | 0.2 |
| Hex | 18 | 4C | 23 | 44 | 0 | 36 | 46 | 85 | 34 | 14 |
| Octal | 30 | 114 | 43 | 104 | 0 | 66 | 106 | 205 | 64 | 24 |
| Binary | 11000 | 1001100 | 100011 | 1000100 | 0 | 110110 | 1000110 | 10000101 | 110100 | 10100 |
Color Harmonies of #184C23
Complementary color
Monochromatic Colors of #184C23
Black with #184C23
Text Example
Text Example
White with #184C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184C23; }
p { color: rgb(24,76,35); }
H1.HeaderClassName
{
color: #184C23;
}
.AnyTagClassName
{
color: #184C23;
}
</style>
background-color css
<style>
a { background-color: #184C23; }
a { background-color: rgb(24,76,35); }
div.DivClassName
{
background-color: #184C23;
}
.BgClassName
{
background-color: #184C23;
}
</style>
border-color css
<style>
span { border-color: #184C23; }
span { border-color: rgb(24,76,35); }
td.TdClassName
{
border-color: #184C23;
}
.TagClassName
{
border-color: #184C23;
}
</style>