Shades of Pine Tree #233315
Tints of Pine Tree #233315
RGB
CMYK
RGB Variations
Color information
#233315 (or 0x233315) is known color: Pine Tree. HEX triplet: 23, 33 and 15. RGB value is (35,51,21). Sum of RGB (Red+Green+Blue) = 35+51+21=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #233315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233315 is #DCCCEA. Grayscale: #2A2A2A. Windows color (decimal): -14470379 or 1389347. OLE color: 1389347.
HSL color Cylindrical-coordinate representation of color #233315: hue angle of 92º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #233315 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 51 | 21 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.8 |
| HSL | 92º | 0.42% | 0.14% | - |
| HSV(B) | 92º | 0.59% | 0.2% | - |
| XYZ | 2.01 | 2.78 | 1.14 | - |
| YUV | 42.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 21 | 0.31 | 0 | 0.59 | 0.8 | 92 | 0.42 | 0.14 |
| Hex | 23 | 33 | 15 | 1F | 0 | 3B | 50 | 5C | 2A | E |
| Octal | 43 | 63 | 25 | 37 | 0 | 73 | 120 | 134 | 52 | 16 |
| Binary | 100011 | 110011 | 10101 | 11111 | 0 | 111011 | 1010000 | 1011100 | 101010 | 1110 |
Color Harmonies of #233315
Complementary color
Monochromatic Colors of #233315
Black with #233315
Text Example
Text Example
White with #233315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233315; }
p { color: rgb(35,51,21); }
H1.HeaderClassName
{
color: #233315;
}
.AnyTagClassName
{
color: #233315;
}
</style>
background-color css
<style>
a { background-color: #233315; }
a { background-color: rgb(35,51,21); }
div.DivClassName
{
background-color: #233315;
}
.BgClassName
{
background-color: #233315;
}
</style>
border-color css
<style>
span { border-color: #233315; }
span { border-color: rgb(35,51,21); }
td.TdClassName
{
border-color: #233315;
}
.TagClassName
{
border-color: #233315;
}
</style>