Shades of Pine Tree #233B0B
Tints of Pine Tree #233B0B
RGB
CMYK
RGB Variations
Color information
#233B0B (or 0x233B0B) is known color: Pine Tree. HEX triplet: 23, 3B and 0B. RGB value is (35,59,11). Sum of RGB (Red+Green+Blue) = 35+59+11=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #233B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233B0B is #DCC4F4. Grayscale: #2E2E2E. Windows color (decimal): -14468341 or 736035. OLE color: 736035.
HSL color Cylindrical-coordinate representation of color #233B0B: hue angle of 90º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233B0B is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 11 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.77 |
| HSL | 90º | 0.69% | 0.14% | - |
| HSV(B) | 90º | 0.81% | 0.23% | - |
| XYZ | 2.32 | 3.51 | 0.87 | - |
| YUV | 46.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 11 | 0.41 | 0 | 0.81 | 0.77 | 90 | 0.69 | 0.14 |
| Hex | 23 | 3B | B | 29 | 0 | 51 | 4D | 5A | 45 | E |
| Octal | 43 | 73 | 13 | 51 | 0 | 121 | 115 | 132 | 105 | 16 |
| Binary | 100011 | 111011 | 1011 | 101001 | 0 | 1010001 | 1001101 | 1011010 | 1000101 | 1110 |
Color Harmonies of #233B0B
Complementary color
Monochromatic Colors of #233B0B
Black with #233B0B
Text Example
Text Example
White with #233B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B0B; }
p { color: rgb(35,59,11); }
H1.HeaderClassName
{
color: #233B0B;
}
.AnyTagClassName
{
color: #233B0B;
}
</style>
background-color css
<style>
a { background-color: #233B0B; }
a { background-color: rgb(35,59,11); }
div.DivClassName
{
background-color: #233B0B;
}
.BgClassName
{
background-color: #233B0B;
}
</style>
border-color css
<style>
span { border-color: #233B0B; }
span { border-color: rgb(35,59,11); }
td.TdClassName
{
border-color: #233B0B;
}
.TagClassName
{
border-color: #233B0B;
}
</style>