Shades of Pine Tree #233808
Tints of Pine Tree #233808
RGB
CMYK
RGB Variations
Color information
#233808 (or 0x233808) is known color: Pine Tree. HEX triplet: 23, 38 and 08. RGB value is (35,56,8). Sum of RGB (Red+Green+Blue) = 35+56+8=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #233808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233808 is #DCC7F7. Grayscale: #2C2C2C. Windows color (decimal): -14469112 or 538659. OLE color: 538659.
HSL color Cylindrical-coordinate representation of color #233808: hue angle of 86.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233808 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 8 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.78 |
| HSL | 86.25º | 0.75% | 0.13% | - |
| HSV(B) | 86.25º | 0.86% | 0.22% | - |
| XYZ | 2.15 | 3.2 | 0.73 | - |
| YUV | 44.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 8 | 0.37 | 0 | 0.86 | 0.78 | 86.25 | 0.75 | 0.13 |
| Hex | 23 | 38 | 8 | 25 | 0 | 56 | 4E | 56 | 4B | D |
| Octal | 43 | 70 | 10 | 45 | 0 | 126 | 116 | 126 | 113 | 15 |
| Binary | 100011 | 111000 | 1000 | 100101 | 0 | 1010110 | 1001110 | 1010110 | 1001011 | 1101 |
Color Harmonies of #233808
Complementary color
Monochromatic Colors of #233808
Black with #233808
Text Example
Text Example
White with #233808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233808; }
p { color: rgb(35,56,8); }
H1.HeaderClassName
{
color: #233808;
}
.AnyTagClassName
{
color: #233808;
}
</style>
background-color css
<style>
a { background-color: #233808; }
a { background-color: rgb(35,56,8); }
div.DivClassName
{
background-color: #233808;
}
.BgClassName
{
background-color: #233808;
}
</style>
border-color css
<style>
span { border-color: #233808; }
span { border-color: rgb(35,56,8); }
td.TdClassName
{
border-color: #233808;
}
.TagClassName
{
border-color: #233808;
}
</style>