Shades of Pine Tree #23330B
Tints of Pine Tree #23330B
RGB
CMYK
RGB Variations
Color information
#23330B (or 0x23330B) is known color: Pine Tree. HEX triplet: 23, 33 and 0B. RGB value is (35,51,11). Sum of RGB (Red+Green+Blue) = 35+51+11=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #23330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23330B is #DCCCF4. Grayscale: #292929. Windows color (decimal): -14470389 or 733987. OLE color: 733987.
HSL color Cylindrical-coordinate representation of color #23330B: hue angle of 84º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23330B is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 35 | 51 | 11 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.8 |
| HSL | 84º | 0.65% | 0.12% | - |
| HSV(B) | 84º | 0.78% | 0.2% | - |
| XYZ | 1.94 | 2.75 | 0.75 | - |
| YUV | 41.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 51 | 11 | 0.31 | 0 | 0.78 | 0.8 | 84 | 0.65 | 0.12 |
| Hex | 23 | 33 | B | 1F | 0 | 4E | 50 | 54 | 41 | C |
| Octal | 43 | 63 | 13 | 37 | 0 | 116 | 120 | 124 | 101 | 14 |
| Binary | 100011 | 110011 | 1011 | 11111 | 0 | 1001110 | 1010000 | 1010100 | 1000001 | 1100 |
Color Harmonies of #23330B
Complementary color
Monochromatic Colors of #23330B
Black with #23330B
Text Example
Text Example
White with #23330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23330B; }
p { color: rgb(35,51,11); }
H1.HeaderClassName
{
color: #23330B;
}
.AnyTagClassName
{
color: #23330B;
}
</style>
background-color css
<style>
a { background-color: #23330B; }
a { background-color: rgb(35,51,11); }
div.DivClassName
{
background-color: #23330B;
}
.BgClassName
{
background-color: #23330B;
}
</style>
border-color css
<style>
span { border-color: #23330B; }
span { border-color: rgb(35,51,11); }
td.TdClassName
{
border-color: #23330B;
}
.TagClassName
{
border-color: #23330B;
}
</style>