Shades of Pine Tree #1C230F
Tints of Pine Tree #1C230F
RGB
CMYK
RGB Variations
Color information
#1C230F (or 0x1C230F) is known color: Pine Tree. HEX triplet: 1C, 23 and 0F. RGB value is (28,35,15). Sum of RGB (Red+Green+Blue) = 28+35+15=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #1C230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C230F is #E3DCF0. Grayscale: #1E1E1E. Windows color (decimal): -14933233 or 992028. OLE color: 992028.
HSL color Cylindrical-coordinate representation of color #1C230F: hue angle of 81º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C230F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 35 | 15 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.86 |
| HSL | 81º | 0.4% | 0.1% | - |
| HSV(B) | 81º | 0.57% | 0.14% | - |
| XYZ | 1.17 | 1.48 | 0.68 | - |
| YUV | 30.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 35 | 15 | 0.20 | 0 | 0.57 | 0.86 | 81 | 0.4 | 0.1 |
| Hex | 1C | 23 | F | 14 | 0 | 39 | 56 | 51 | 28 | A |
| Octal | 34 | 43 | 17 | 24 | 0 | 71 | 126 | 121 | 50 | 12 |
| Binary | 11100 | 100011 | 1111 | 10100 | 0 | 111001 | 1010110 | 1010001 | 101000 | 1010 |
Color Harmonies of #1C230F
Complementary color
Monochromatic Colors of #1C230F
Black with #1C230F
Text Example
Text Example
White with #1C230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C230F; }
p { color: rgb(28,35,15); }
H1.HeaderClassName
{
color: #1C230F;
}
.AnyTagClassName
{
color: #1C230F;
}
</style>
background-color css
<style>
a { background-color: #1C230F; }
a { background-color: rgb(28,35,15); }
div.DivClassName
{
background-color: #1C230F;
}
.BgClassName
{
background-color: #1C230F;
}
</style>
border-color css
<style>
span { border-color: #1C230F; }
span { border-color: rgb(28,35,15); }
td.TdClassName
{
border-color: #1C230F;
}
.TagClassName
{
border-color: #1C230F;
}
</style>