Shades of Pine Tree #233306
Tints of Pine Tree #233306
RGB
CMYK
RGB Variations
Color information
#233306 (or 0x233306) is known color: Pine Tree. HEX triplet: 23, 33 and 06. RGB value is (35,51,6). Sum of RGB (Red+Green+Blue) = 35+51+6=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #233306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233306 is #DCCCF9. Grayscale: #292929. Windows color (decimal): -14470394 or 406307. OLE color: 406307.
HSL color Cylindrical-coordinate representation of color #233306: hue angle of 81.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #233306 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 51 | 6 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.8 |
| HSL | 81.33º | 0.79% | 0.11% | - |
| HSV(B) | 81.33º | 0.88% | 0.2% | - |
| XYZ | 1.91 | 2.74 | 0.6 | - |
| YUV | 41.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 6 | 0.31 | 0 | 0.88 | 0.8 | 81.33 | 0.79 | 0.11 |
| Hex | 23 | 33 | 6 | 1F | 0 | 58 | 50 | 51 | 4F | B |
| Octal | 43 | 63 | 6 | 37 | 0 | 130 | 120 | 121 | 117 | 13 |
| Binary | 100011 | 110011 | 110 | 11111 | 0 | 1011000 | 1010000 | 1010001 | 1001111 | 1011 |
Color Harmonies of #233306
Complementary color
Monochromatic Colors of #233306
Black with #233306
Text Example
Text Example
White with #233306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233306; }
p { color: rgb(35,51,6); }
H1.HeaderClassName
{
color: #233306;
}
.AnyTagClassName
{
color: #233306;
}
</style>
background-color css
<style>
a { background-color: #233306; }
a { background-color: rgb(35,51,6); }
div.DivClassName
{
background-color: #233306;
}
.BgClassName
{
background-color: #233306;
}
</style>
border-color css
<style>
span { border-color: #233306; }
span { border-color: rgb(35,51,6); }
td.TdClassName
{
border-color: #233306;
}
.TagClassName
{
border-color: #233306;
}
</style>