Shades of Pine Tree #23300B
Tints of Pine Tree #23300B
RGB
CMYK
RGB Variations
Color information
#23300B (or 0x23300B) is known color: Pine Tree. HEX triplet: 23, 30 and 0B. RGB value is (35,48,11). Sum of RGB (Red+Green+Blue) = 35+48+11=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #23300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23300B is #DCCFF4. Grayscale: #282828. Windows color (decimal): -14471157 or 733219. OLE color: 733219.
HSL color Cylindrical-coordinate representation of color #23300B: hue angle of 81.08º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23300B is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 48 | 11 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.81 |
| HSL | 81.08º | 0.63% | 0.12% | - |
| HSV(B) | 81.08º | 0.77% | 0.19% | - |
| XYZ | 1.81 | 2.5 | 0.7 | - |
| YUV | 39.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 11 | 0.27 | 0 | 0.77 | 0.81 | 81.08 | 0.63 | 0.12 |
| Hex | 23 | 30 | B | 1B | 0 | 4D | 51 | 51 | 3F | C |
| Octal | 43 | 60 | 13 | 33 | 0 | 115 | 121 | 121 | 77 | 14 |
| Binary | 100011 | 110000 | 1011 | 11011 | 0 | 1001101 | 1010001 | 1010001 | 111111 | 1100 |
Color Harmonies of #23300B
Complementary color
Monochromatic Colors of #23300B
Black with #23300B
Text Example
Text Example
White with #23300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23300B; }
p { color: rgb(35,48,11); }
H1.HeaderClassName
{
color: #23300B;
}
.AnyTagClassName
{
color: #23300B;
}
</style>
background-color css
<style>
a { background-color: #23300B; }
a { background-color: rgb(35,48,11); }
div.DivClassName
{
background-color: #23300B;
}
.BgClassName
{
background-color: #23300B;
}
</style>
border-color css
<style>
span { border-color: #23300B; }
span { border-color: rgb(35,48,11); }
td.TdClassName
{
border-color: #23300B;
}
.TagClassName
{
border-color: #23300B;
}
</style>