Shades of Pine Tree #233112
Tints of Pine Tree #233112
RGB
CMYK
RGB Variations
Color information
#233112 (or 0x233112) is known color: Pine Tree. HEX triplet: 23, 31 and 12. RGB value is (35,49,18). Sum of RGB (Red+Green+Blue) = 35+49+18=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #233112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233112 is #DCCEED. Grayscale: #292929. Windows color (decimal): -14470894 or 1192227. OLE color: 1192227.
HSL color Cylindrical-coordinate representation of color #233112: hue angle of 87.1º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #233112 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 49 | 18 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.81 |
| HSL | 87.1º | 0.46% | 0.13% | - |
| HSV(B) | 87.1º | 0.63% | 0.19% | - |
| XYZ | 1.9 | 2.6 | 0.97 | - |
| YUV | 41.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 18 | 0.29 | 0 | 0.63 | 0.81 | 87.1 | 0.46 | 0.13 |
| Hex | 23 | 31 | 12 | 1D | 0 | 3F | 51 | 57 | 2E | D |
| Octal | 43 | 61 | 22 | 35 | 0 | 77 | 121 | 127 | 56 | 15 |
| Binary | 100011 | 110001 | 10010 | 11101 | 0 | 111111 | 1010001 | 1010111 | 101110 | 1101 |
Color Harmonies of #233112
Complementary color
Monochromatic Colors of #233112
Black with #233112
Text Example
Text Example
White with #233112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233112; }
p { color: rgb(35,49,18); }
H1.HeaderClassName
{
color: #233112;
}
.AnyTagClassName
{
color: #233112;
}
</style>
background-color css
<style>
a { background-color: #233112; }
a { background-color: rgb(35,49,18); }
div.DivClassName
{
background-color: #233112;
}
.BgClassName
{
background-color: #233112;
}
</style>
border-color css
<style>
span { border-color: #233112; }
span { border-color: rgb(35,49,18); }
td.TdClassName
{
border-color: #233112;
}
.TagClassName
{
border-color: #233112;
}
</style>