Shades of Pine Tree #233E0B
Tints of Pine Tree #233E0B
RGB
CMYK
RGB Variations
Color information
#233E0B (or 0x233E0B) is known color: Pine Tree. HEX triplet: 23, 3E and 0B. RGB value is (35,62,11). Sum of RGB (Red+Green+Blue) = 35+62+11=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #233E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233E0B is #DCC1F4. Grayscale: #303030. Windows color (decimal): -14467573 or 736803. OLE color: 736803.
HSL color Cylindrical-coordinate representation of color #233E0B: hue angle of 91.76º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #233E0B is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 11 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.76 |
| HSL | 91.76º | 0.7% | 0.14% | - |
| HSV(B) | 91.76º | 0.82% | 0.24% | - |
| XYZ | 2.48 | 3.83 | 0.92 | - |
| YUV | 48.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 11 | 0.44 | 0 | 0.82 | 0.76 | 91.76 | 0.7 | 0.14 |
| Hex | 23 | 3E | B | 2C | 0 | 52 | 4C | 5C | 46 | E |
| Octal | 43 | 76 | 13 | 54 | 0 | 122 | 114 | 134 | 106 | 16 |
| Binary | 100011 | 111110 | 1011 | 101100 | 0 | 1010010 | 1001100 | 1011100 | 1000110 | 1110 |
Color Harmonies of #233E0B
Complementary color
Monochromatic Colors of #233E0B
Black with #233E0B
Text Example
Text Example
White with #233E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E0B; }
p { color: rgb(35,62,11); }
H1.HeaderClassName
{
color: #233E0B;
}
.AnyTagClassName
{
color: #233E0B;
}
</style>
background-color css
<style>
a { background-color: #233E0B; }
a { background-color: rgb(35,62,11); }
div.DivClassName
{
background-color: #233E0B;
}
.BgClassName
{
background-color: #233E0B;
}
</style>
border-color css
<style>
span { border-color: #233E0B; }
span { border-color: rgb(35,62,11); }
td.TdClassName
{
border-color: #233E0B;
}
.TagClassName
{
border-color: #233E0B;
}
</style>