Shades of Pine Tree #233509
Tints of Pine Tree #233509
RGB
CMYK
RGB Variations
Color information
#233509 (or 0x233509) is known color: Pine Tree. HEX triplet: 23, 35 and 09. RGB value is (35,53,9). Sum of RGB (Red+Green+Blue) = 35+53+9=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #233509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233509 is #DCCAF6. Grayscale: #2A2A2A. Windows color (decimal): -14469879 or 603427. OLE color: 603427.
HSL color Cylindrical-coordinate representation of color #233509: hue angle of 84.55º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233509 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 53 | 9 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.79 |
| HSL | 84.55º | 0.71% | 0.12% | - |
| HSV(B) | 84.55º | 0.83% | 0.21% | - |
| XYZ | 2.02 | 2.92 | 0.72 | - |
| YUV | 42.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 9 | 0.34 | 0 | 0.83 | 0.79 | 84.55 | 0.71 | 0.12 |
| Hex | 23 | 35 | 9 | 22 | 0 | 53 | 4F | 55 | 47 | C |
| Octal | 43 | 65 | 11 | 42 | 0 | 123 | 117 | 125 | 107 | 14 |
| Binary | 100011 | 110101 | 1001 | 100010 | 0 | 1010011 | 1001111 | 1010101 | 1000111 | 1100 |
Color Harmonies of #233509
Complementary color
Monochromatic Colors of #233509
Black with #233509
Text Example
Text Example
White with #233509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233509; }
p { color: rgb(35,53,9); }
H1.HeaderClassName
{
color: #233509;
}
.AnyTagClassName
{
color: #233509;
}
</style>
background-color css
<style>
a { background-color: #233509; }
a { background-color: rgb(35,53,9); }
div.DivClassName
{
background-color: #233509;
}
.BgClassName
{
background-color: #233509;
}
</style>
border-color css
<style>
span { border-color: #233509; }
span { border-color: rgb(35,53,9); }
td.TdClassName
{
border-color: #233509;
}
.TagClassName
{
border-color: #233509;
}
</style>