Shades of Pine Tree #232D10
Tints of Pine Tree #232D10
RGB
CMYK
RGB Variations
Color information
#232D10 (or 0x232D10) is known color: Pine Tree. HEX triplet: 23, 2D and 10. RGB value is (35,45,16). Sum of RGB (Red+Green+Blue) = 35+45+16=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #232D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D10 is #DCD2EF. Grayscale: #262626. Windows color (decimal): -14471920 or 1060131. OLE color: 1060131.
HSL color Cylindrical-coordinate representation of color #232D10: hue angle of 80.69º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232D10 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 16 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.82 |
| HSL | 80.69º | 0.48% | 0.12% | - |
| HSV(B) | 80.69º | 0.64% | 0.18% | - |
| XYZ | 1.73 | 2.27 | 0.84 | - |
| YUV | 38.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 16 | 0.22 | 0 | 0.64 | 0.82 | 80.69 | 0.48 | 0.12 |
| Hex | 23 | 2D | 10 | 16 | 0 | 40 | 52 | 51 | 30 | C |
| Octal | 43 | 55 | 20 | 26 | 0 | 100 | 122 | 121 | 60 | 14 |
| Binary | 100011 | 101101 | 10000 | 10110 | 0 | 1000000 | 1010010 | 1010001 | 110000 | 1100 |
Color Harmonies of #232D10
Complementary color
Monochromatic Colors of #232D10
Black with #232D10
Text Example
Text Example
White with #232D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D10; }
p { color: rgb(35,45,16); }
H1.HeaderClassName
{
color: #232D10;
}
.AnyTagClassName
{
color: #232D10;
}
</style>
background-color css
<style>
a { background-color: #232D10; }
a { background-color: rgb(35,45,16); }
div.DivClassName
{
background-color: #232D10;
}
.BgClassName
{
background-color: #232D10;
}
</style>
border-color css
<style>
span { border-color: #232D10; }
span { border-color: rgb(35,45,16); }
td.TdClassName
{
border-color: #232D10;
}
.TagClassName
{
border-color: #232D10;
}
</style>