Shades of Deep Fir #1C3423
Tints of Deep Fir #1C3423
RGB
CMYK
RGB Variations
Color information
#1C3423 (or 0x1C3423) is known color: Deep Fir. HEX triplet: 1C, 34 and 23. RGB value is (28,52,35). Sum of RGB (Red+Green+Blue) = 28+52+35=115 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.35% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #1C3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3423 is #E3CBDC. Grayscale: #2A2A2A. Windows color (decimal): -14928861 or 2307100. OLE color: 2307100.
HSL color Cylindrical-coordinate representation of color #1C3423: hue angle of 137.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C3423 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 35 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.80 |
| HSL | 137.5º | 0.3% | 0.16% | - |
| HSV(B) | 137.5º | 0.46% | 0.2% | - |
| XYZ | 2.01 | 2.82 | 2.03 | - |
| YUV | 42.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 35 | 0.46 | 0 | 0.33 | 0.80 | 137.5 | 0.3 | 0.16 |
| Hex | 1C | 34 | 23 | 2E | 0 | 21 | 50 | 8A | 1E | 10 |
| Octal | 34 | 64 | 43 | 56 | 0 | 41 | 120 | 212 | 36 | 20 |
| Binary | 11100 | 110100 | 100011 | 101110 | 0 | 100001 | 1010000 | 10001010 | 11110 | 10000 |
Color Harmonies of #1C3423
Complementary color
Monochromatic Colors of #1C3423
Black with #1C3423
Text Example
Text Example
White with #1C3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3423; }
p { color: rgb(28,52,35); }
H1.HeaderClassName
{
color: #1C3423;
}
.AnyTagClassName
{
color: #1C3423;
}
</style>
background-color css
<style>
a { background-color: #1C3423; }
a { background-color: rgb(28,52,35); }
div.DivClassName
{
background-color: #1C3423;
}
.BgClassName
{
background-color: #1C3423;
}
</style>
border-color css
<style>
span { border-color: #1C3423; }
span { border-color: rgb(28,52,35); }
td.TdClassName
{
border-color: #1C3423;
}
.TagClassName
{
border-color: #1C3423;
}
</style>