Shades of Pine Tree #20251C
Tints of Pine Tree #20251C
RGB
CMYK
RGB Variations
Color information
#20251C (or 0x20251C) is known color: Pine Tree. HEX triplet: 20, 25 and 1C. RGB value is (32,37,28). Sum of RGB (Red+Green+Blue) = 32+37+28=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #20251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20251C is #DFDAE3. Grayscale: #222222. Windows color (decimal): -14670564 or 1844512. OLE color: 1844512.
HSL color Cylindrical-coordinate representation of color #20251C: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #20251C is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 37 | 28 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.85 |
| HSL | 93.33º | 0.14% | 0.13% | - |
| HSV(B) | 93.33º | 0.24% | 0.15% | - |
| XYZ | 1.47 | 1.71 | 1.35 | - |
| YUV | 34.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 28 | 0.14 | 0 | 0.24 | 0.85 | 93.33 | 0.14 | 0.13 |
| Hex | 20 | 25 | 1C | E | 0 | 18 | 55 | 5D | E | D |
| Octal | 40 | 45 | 34 | 16 | 0 | 30 | 125 | 135 | 16 | 15 |
| Binary | 100000 | 100101 | 11100 | 1110 | 0 | 11000 | 1010101 | 1011101 | 1110 | 1101 |
Color Harmonies of #20251C
Complementary color
Monochromatic Colors of #20251C
Black with #20251C
Text Example
Text Example
White with #20251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20251C; }
p { color: rgb(32,37,28); }
H1.HeaderClassName
{
color: #20251C;
}
.AnyTagClassName
{
color: #20251C;
}
</style>
background-color css
<style>
a { background-color: #20251C; }
a { background-color: rgb(32,37,28); }
div.DivClassName
{
background-color: #20251C;
}
.BgClassName
{
background-color: #20251C;
}
</style>
border-color css
<style>
span { border-color: #20251C; }
span { border-color: rgb(32,37,28); }
td.TdClassName
{
border-color: #20251C;
}
.TagClassName
{
border-color: #20251C;
}
</style>