Shades of Pine Tree #232F0B
Tints of Pine Tree #232F0B
RGB
CMYK
RGB Variations
Color information
#232F0B (or 0x232F0B) is known color: Pine Tree. HEX triplet: 23, 2F and 0B. RGB value is (35,47,11). Sum of RGB (Red+Green+Blue) = 35+47+11=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #232F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F0B is #DCD0F4. Grayscale: #272727. Windows color (decimal): -14471413 or 732963. OLE color: 732963.
HSL color Cylindrical-coordinate representation of color #232F0B: hue angle of 80º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #232F0B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 11 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.82 |
| HSL | 80º | 0.62% | 0.11% | - |
| HSV(B) | 80º | 0.77% | 0.18% | - |
| XYZ | 1.77 | 2.41 | 0.69 | - |
| YUV | 39.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 11 | 0.26 | 0 | 0.77 | 0.82 | 80 | 0.62 | 0.11 |
| Hex | 23 | 2F | B | 1A | 0 | 4D | 52 | 50 | 3E | B |
| Octal | 43 | 57 | 13 | 32 | 0 | 115 | 122 | 120 | 76 | 13 |
| Binary | 100011 | 101111 | 1011 | 11010 | 0 | 1001101 | 1010010 | 1010000 | 111110 | 1011 |
Color Harmonies of #232F0B
Complementary color
Monochromatic Colors of #232F0B
Black with #232F0B
Text Example
Text Example
White with #232F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F0B; }
p { color: rgb(35,47,11); }
H1.HeaderClassName
{
color: #232F0B;
}
.AnyTagClassName
{
color: #232F0B;
}
</style>
background-color css
<style>
a { background-color: #232F0B; }
a { background-color: rgb(35,47,11); }
div.DivClassName
{
background-color: #232F0B;
}
.BgClassName
{
background-color: #232F0B;
}
</style>
border-color css
<style>
span { border-color: #232F0B; }
span { border-color: rgb(35,47,11); }
td.TdClassName
{
border-color: #232F0B;
}
.TagClassName
{
border-color: #232F0B;
}
</style>