Shades of Pine Tree #1C250D
Tints of Pine Tree #1C250D
RGB
CMYK
RGB Variations
Color information
#1C250D (or 0x1C250D) is known color: Pine Tree. HEX triplet: 1C, 25 and 0D. RGB value is (28,37,13). Sum of RGB (Red+Green+Blue) = 28+37+13=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1C250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C250D is #E3DAF2. Grayscale: #1F1F1F. Windows color (decimal): -14932723 or 861468. OLE color: 861468.
HSL color Cylindrical-coordinate representation of color #1C250D: hue angle of 82.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C250D is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 37 | 13 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.85 |
| HSL | 82.5º | 0.48% | 0.1% | - |
| HSV(B) | 82.5º | 0.65% | 0.15% | - |
| XYZ | 1.21 | 1.6 | 0.63 | - |
| YUV | 31.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 13 | 0.24 | 0 | 0.65 | 0.85 | 82.5 | 0.48 | 0.1 |
| Hex | 1C | 25 | D | 18 | 0 | 41 | 55 | 52 | 30 | A |
| Octal | 34 | 45 | 15 | 30 | 0 | 101 | 125 | 122 | 60 | 12 |
| Binary | 11100 | 100101 | 1101 | 11000 | 0 | 1000001 | 1010101 | 1010010 | 110000 | 1010 |
Color Harmonies of #1C250D
Complementary color
Monochromatic Colors of #1C250D
Black with #1C250D
Text Example
Text Example
White with #1C250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C250D; }
p { color: rgb(28,37,13); }
H1.HeaderClassName
{
color: #1C250D;
}
.AnyTagClassName
{
color: #1C250D;
}
</style>
background-color css
<style>
a { background-color: #1C250D; }
a { background-color: rgb(28,37,13); }
div.DivClassName
{
background-color: #1C250D;
}
.BgClassName
{
background-color: #1C250D;
}
</style>
border-color css
<style>
span { border-color: #1C250D; }
span { border-color: rgb(28,37,13); }
td.TdClassName
{
border-color: #1C250D;
}
.TagClassName
{
border-color: #1C250D;
}
</style>