Shades of Pine Tree #26420C
Tints of Pine Tree #26420C
RGB
CMYK
RGB Variations
Color information
#26420C (or 0x26420C) is known color: Pine Tree. HEX triplet: 26, 42 and 0C. RGB value is (38,66,12). Sum of RGB (Red+Green+Blue) = 38+66+12=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #26420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26420C is #D9BDF3. Grayscale: #333333. Windows color (decimal): -14269940 or 803366. OLE color: 803366.
HSL color Cylindrical-coordinate representation of color #26420C: hue angle of 91.11º 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 #26420C is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 66 | 12 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.74 |
| HSL | 91.11º | 0.69% | 0.15% | - |
| HSV(B) | 91.11º | 0.82% | 0.26% | - |
| XYZ | 2.81 | 4.34 | 1.04 | - |
| YUV | 51.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 12 | 0.42 | 0 | 0.82 | 0.74 | 91.11 | 0.69 | 0.15 |
| Hex | 26 | 42 | C | 2A | 0 | 52 | 4A | 5B | 45 | F |
| Octal | 46 | 102 | 14 | 52 | 0 | 122 | 112 | 133 | 105 | 17 |
| Binary | 100110 | 1000010 | 1100 | 101010 | 0 | 1010010 | 1001010 | 1011011 | 1000101 | 1111 |
Color Harmonies of #26420C
Complementary color
Monochromatic Colors of #26420C
Black with #26420C
Text Example
Text Example
White with #26420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26420C; }
p { color: rgb(38,66,12); }
H1.HeaderClassName
{
color: #26420C;
}
.AnyTagClassName
{
color: #26420C;
}
</style>
background-color css
<style>
a { background-color: #26420C; }
a { background-color: rgb(38,66,12); }
div.DivClassName
{
background-color: #26420C;
}
.BgClassName
{
background-color: #26420C;
}
</style>
border-color css
<style>
span { border-color: #26420C; }
span { border-color: rgb(38,66,12); }
td.TdClassName
{
border-color: #26420C;
}
.TagClassName
{
border-color: #26420C;
}
</style>