Shades of Pine Tree #2A3A17
Tints of Pine Tree #2A3A17
RGB
CMYK
RGB Variations
Color information
#2A3A17 (or 0x2A3A17) is known color: Pine Tree. HEX triplet: 2A, 3A and 17. RGB value is (42,58,23). Sum of RGB (Red+Green+Blue) = 42+58+23=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3A17 is #D5C5E8. Grayscale: #313131. Windows color (decimal): -14009833 or 1522218. OLE color: 1522218.
HSL color Cylindrical-coordinate representation of color #2A3A17: hue angle of 87.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A3A17 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 58 | 23 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.77 |
| HSL | 87.43º | 0.43% | 0.16% | - |
| HSV(B) | 87.43º | 0.6% | 0.23% | - |
| XYZ | 2.62 | 3.58 | 1.36 | - |
| YUV | 49.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 23 | 0.28 | 0 | 0.60 | 0.77 | 87.43 | 0.43 | 0.16 |
| Hex | 2A | 3A | 17 | 1C | 0 | 3C | 4D | 57 | 2B | 10 |
| Octal | 52 | 72 | 27 | 34 | 0 | 74 | 115 | 127 | 53 | 20 |
| Binary | 101010 | 111010 | 10111 | 11100 | 0 | 111100 | 1001101 | 1010111 | 101011 | 10000 |
Color Harmonies of #2A3A17
Complementary color
Monochromatic Colors of #2A3A17
Black with #2A3A17
Text Example
Text Example
White with #2A3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A17; }
p { color: rgb(42,58,23); }
H1.HeaderClassName
{
color: #2A3A17;
}
.AnyTagClassName
{
color: #2A3A17;
}
</style>
background-color css
<style>
a { background-color: #2A3A17; }
a { background-color: rgb(42,58,23); }
div.DivClassName
{
background-color: #2A3A17;
}
.BgClassName
{
background-color: #2A3A17;
}
</style>
border-color css
<style>
span { border-color: #2A3A17; }
span { border-color: rgb(42,58,23); }
td.TdClassName
{
border-color: #2A3A17;
}
.TagClassName
{
border-color: #2A3A17;
}
</style>