Shades of Pine Tree #23410B
Tints of Pine Tree #23410B
RGB
CMYK
RGB Variations
Color information
#23410B (or 0x23410B) is known color: Pine Tree. HEX triplet: 23, 41 and 0B. RGB value is (35,65,11). Sum of RGB (Red+Green+Blue) = 35+65+11=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #23410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23410B is #DCBEF4. Grayscale: #323232. Windows color (decimal): -14466805 or 737571. OLE color: 737571.
HSL color Cylindrical-coordinate representation of color #23410B: hue angle of 93.33º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23410B is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 11 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.75 |
| HSL | 93.33º | 0.71% | 0.15% | - |
| HSV(B) | 93.33º | 0.83% | 0.25% | - |
| XYZ | 2.64 | 4.16 | 0.98 | - |
| YUV | 49.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 11 | 0.46 | 0 | 0.83 | 0.75 | 93.33 | 0.71 | 0.15 |
| Hex | 23 | 41 | B | 2E | 0 | 53 | 4B | 5D | 47 | F |
| Octal | 43 | 101 | 13 | 56 | 0 | 123 | 113 | 135 | 107 | 17 |
| Binary | 100011 | 1000001 | 1011 | 101110 | 0 | 1010011 | 1001011 | 1011101 | 1000111 | 1111 |
Color Harmonies of #23410B
Complementary color
Monochromatic Colors of #23410B
Black with #23410B
Text Example
Text Example
White with #23410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23410B; }
p { color: rgb(35,65,11); }
H1.HeaderClassName
{
color: #23410B;
}
.AnyTagClassName
{
color: #23410B;
}
</style>
background-color css
<style>
a { background-color: #23410B; }
a { background-color: rgb(35,65,11); }
div.DivClassName
{
background-color: #23410B;
}
.BgClassName
{
background-color: #23410B;
}
</style>
border-color css
<style>
span { border-color: #23410B; }
span { border-color: rgb(35,65,11); }
td.TdClassName
{
border-color: #23410B;
}
.TagClassName
{
border-color: #23410B;
}
</style>