Shades of Pine Tree #25420C
Tints of Pine Tree #25420C
RGB
CMYK
RGB Variations
Color information
#25420C (or 0x25420C) is known color: Pine Tree. HEX triplet: 25, 42 and 0C. RGB value is (37,66,12). Sum of RGB (Red+Green+Blue) = 37+66+12=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #25420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25420C is #DABDF3. Grayscale: #333333. Windows color (decimal): -14335476 or 803365. OLE color: 803365.
HSL color Cylindrical-coordinate representation of color #25420C: hue angle of 92.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25420C is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 66 | 12 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.74 |
| HSL | 92.22º | 0.69% | 0.15% | - |
| HSV(B) | 92.22º | 0.82% | 0.26% | - |
| XYZ | 2.78 | 4.32 | 1.03 | - |
| YUV | 51.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 12 | 0.44 | 0 | 0.82 | 0.74 | 92.22 | 0.69 | 0.15 |
| Hex | 25 | 42 | C | 2C | 0 | 52 | 4A | 5C | 45 | F |
| Octal | 45 | 102 | 14 | 54 | 0 | 122 | 112 | 134 | 105 | 17 |
| Binary | 100101 | 1000010 | 1100 | 101100 | 0 | 1010010 | 1001010 | 1011100 | 1000101 | 1111 |
Color Harmonies of #25420C
Complementary color
Monochromatic Colors of #25420C
Black with #25420C
Text Example
Text Example
White with #25420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25420C; }
p { color: rgb(37,66,12); }
H1.HeaderClassName
{
color: #25420C;
}
.AnyTagClassName
{
color: #25420C;
}
</style>
background-color css
<style>
a { background-color: #25420C; }
a { background-color: rgb(37,66,12); }
div.DivClassName
{
background-color: #25420C;
}
.BgClassName
{
background-color: #25420C;
}
</style>
border-color css
<style>
span { border-color: #25420C; }
span { border-color: rgb(37,66,12); }
td.TdClassName
{
border-color: #25420C;
}
.TagClassName
{
border-color: #25420C;
}
</style>