Shades of Pine Tree #233109
Tints of Pine Tree #233109
RGB
CMYK
RGB Variations
Color information
#233109 (or 0x233109) is known color: Pine Tree. HEX triplet: 23, 31 and 09. RGB value is (35,49,9). Sum of RGB (Red+Green+Blue) = 35+49+9=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #233109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233109 is #DCCEF6. Grayscale: #282828. Windows color (decimal): -14470903 or 602403. OLE color: 602403.
HSL color Cylindrical-coordinate representation of color #233109: hue angle of 81º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233109 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 49 | 9 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.81 |
| HSL | 81º | 0.69% | 0.11% | - |
| HSV(B) | 81º | 0.82% | 0.19% | - |
| XYZ | 1.84 | 2.57 | 0.66 | - |
| YUV | 40.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 9 | 0.29 | 0 | 0.82 | 0.81 | 81 | 0.69 | 0.11 |
| Hex | 23 | 31 | 9 | 1D | 0 | 52 | 51 | 51 | 45 | B |
| Octal | 43 | 61 | 11 | 35 | 0 | 122 | 121 | 121 | 105 | 13 |
| Binary | 100011 | 110001 | 1001 | 11101 | 0 | 1010010 | 1010001 | 1010001 | 1000101 | 1011 |
Color Harmonies of #233109
Complementary color
Monochromatic Colors of #233109
Black with #233109
Text Example
Text Example
White with #233109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233109; }
p { color: rgb(35,49,9); }
H1.HeaderClassName
{
color: #233109;
}
.AnyTagClassName
{
color: #233109;
}
</style>
background-color css
<style>
a { background-color: #233109; }
a { background-color: rgb(35,49,9); }
div.DivClassName
{
background-color: #233109;
}
.BgClassName
{
background-color: #233109;
}
</style>
border-color css
<style>
span { border-color: #233109; }
span { border-color: rgb(35,49,9); }
td.TdClassName
{
border-color: #233109;
}
.TagClassName
{
border-color: #233109;
}
</style>