Shades of Pine Tree #2A3C14
Tints of Pine Tree #2A3C14
RGB
CMYK
RGB Variations
Color information
#2A3C14 (or 0x2A3C14) is known color: Pine Tree. HEX triplet: 2A, 3C and 14. RGB value is (42,60,20). Sum of RGB (Red+Green+Blue) = 42+60+20=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #2A3C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3C14 is #D5C3EB. Grayscale: #323232. Windows color (decimal): -14009324 or 1326122. OLE color: 1326122.
HSL color Cylindrical-coordinate representation of color #2A3C14: hue angle of 87º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A3C14 is Cyan = 0.3, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 60 | 20 | - |
| CMYK | 0.3 | 0 | 0.67 | 0.76 |
| HSL | 87º | 0.5% | 0.16% | - |
| HSV(B) | 87º | 0.67% | 0.24% | - |
| XYZ | 2.7 | 3.77 | 1.25 | - |
| YUV | 50.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 20 | 0.3 | 0 | 0.67 | 0.76 | 87 | 0.5 | 0.16 |
| Hex | 2A | 3C | 14 | 1E | 0 | 43 | 4C | 57 | 32 | 10 |
| Octal | 52 | 74 | 24 | 36 | 0 | 103 | 114 | 127 | 62 | 20 |
| Binary | 101010 | 111100 | 10100 | 11110 | 0 | 1000011 | 1001100 | 1010111 | 110010 | 10000 |
Color Harmonies of #2A3C14
Complementary color
Monochromatic Colors of #2A3C14
Black with #2A3C14
Text Example
Text Example
White with #2A3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3C14; }
p { color: rgb(42,60,20); }
H1.HeaderClassName
{
color: #2A3C14;
}
.AnyTagClassName
{
color: #2A3C14;
}
</style>
background-color css
<style>
a { background-color: #2A3C14; }
a { background-color: rgb(42,60,20); }
div.DivClassName
{
background-color: #2A3C14;
}
.BgClassName
{
background-color: #2A3C14;
}
</style>
border-color css
<style>
span { border-color: #2A3C14; }
span { border-color: rgb(42,60,20); }
td.TdClassName
{
border-color: #2A3C14;
}
.TagClassName
{
border-color: #2A3C14;
}
</style>