Shades of Pine Tree #23350B
Tints of Pine Tree #23350B
RGB
CMYK
RGB Variations
Color information
#23350B (or 0x23350B) is known color: Pine Tree. HEX triplet: 23, 35 and 0B. RGB value is (35,53,11). Sum of RGB (Red+Green+Blue) = 35+53+11=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #23350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23350B is #DCCAF4. Grayscale: #2A2A2A. Windows color (decimal): -14469877 or 734499. OLE color: 734499.
HSL color Cylindrical-coordinate representation of color #23350B: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23350B is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 35 | 53 | 11 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.79 |
| HSL | 85.71º | 0.66% | 0.13% | - |
| HSV(B) | 85.71º | 0.79% | 0.21% | - |
| XYZ | 2.03 | 2.93 | 0.77 | - |
| YUV | 42.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 53 | 11 | 0.34 | 0 | 0.79 | 0.79 | 85.71 | 0.66 | 0.13 |
| Hex | 23 | 35 | B | 22 | 0 | 4F | 4F | 56 | 42 | D |
| Octal | 43 | 65 | 13 | 42 | 0 | 117 | 117 | 126 | 102 | 15 |
| Binary | 100011 | 110101 | 1011 | 100010 | 0 | 1001111 | 1001111 | 1010110 | 1000010 | 1101 |
Color Harmonies of #23350B
Complementary color
Monochromatic Colors of #23350B
Black with #23350B
Text Example
Text Example
White with #23350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23350B; }
p { color: rgb(35,53,11); }
H1.HeaderClassName
{
color: #23350B;
}
.AnyTagClassName
{
color: #23350B;
}
</style>
background-color css
<style>
a { background-color: #23350B; }
a { background-color: rgb(35,53,11); }
div.DivClassName
{
background-color: #23350B;
}
.BgClassName
{
background-color: #23350B;
}
</style>
border-color css
<style>
span { border-color: #23350B; }
span { border-color: rgb(35,53,11); }
td.TdClassName
{
border-color: #23350B;
}
.TagClassName
{
border-color: #23350B;
}
</style>