Shades of Pine Tree #2C3F17
Tints of Pine Tree #2C3F17
RGB
CMYK
RGB Variations
Color information
#2C3F17 (or 0x2C3F17) is known color: Pine Tree. HEX triplet: 2C, 3F and 17. RGB value is (44,63,23). Sum of RGB (Red+Green+Blue) = 44+63+23=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3F17 is #D3C0E8. Grayscale: #343434. Windows color (decimal): -13877481 or 1523500. OLE color: 1523500.
HSL color Cylindrical-coordinate representation of color #2C3F17: hue angle of 88.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C3F17 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 63 | 23 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.75 |
| HSL | 88.5º | 0.47% | 0.17% | - |
| HSV(B) | 88.5º | 0.63% | 0.25% | - |
| XYZ | 2.97 | 4.15 | 1.46 | - |
| YUV | 52.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 63 | 23 | 0.30 | 0 | 0.63 | 0.75 | 88.5 | 0.47 | 0.17 |
| Hex | 2C | 3F | 17 | 1E | 0 | 3F | 4B | 58 | 2F | 11 |
| Octal | 54 | 77 | 27 | 36 | 0 | 77 | 113 | 130 | 57 | 21 |
| Binary | 101100 | 111111 | 10111 | 11110 | 0 | 111111 | 1001011 | 1011000 | 101111 | 10001 |
Color Harmonies of #2C3F17
Complementary color
Monochromatic Colors of #2C3F17
Black with #2C3F17
Text Example
Text Example
White with #2C3F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3F17; }
p { color: rgb(44,63,23); }
H1.HeaderClassName
{
color: #2C3F17;
}
.AnyTagClassName
{
color: #2C3F17;
}
</style>
background-color css
<style>
a { background-color: #2C3F17; }
a { background-color: rgb(44,63,23); }
div.DivClassName
{
background-color: #2C3F17;
}
.BgClassName
{
background-color: #2C3F17;
}
</style>
border-color css
<style>
span { border-color: #2C3F17; }
span { border-color: rgb(44,63,23); }
td.TdClassName
{
border-color: #2C3F17;
}
.TagClassName
{
border-color: #2C3F17;
}
</style>