Shades of Pine Tree #232D12
Tints of Pine Tree #232D12
RGB
CMYK
RGB Variations
Color information
#232D12 (or 0x232D12) is known color: Pine Tree. HEX triplet: 23, 2D and 12. RGB value is (35,45,18). Sum of RGB (Red+Green+Blue) = 35+45+18=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #232D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D12 is #DCD2ED. Grayscale: #272727. Windows color (decimal): -14471918 or 1191203. OLE color: 1191203.
HSL color Cylindrical-coordinate representation of color #232D12: hue angle of 82.22º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232D12 is Cyan = 0.22, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 18 | - |
| CMYK | 0.22 | 0 | 0.6 | 0.82 |
| HSL | 82.22º | 0.43% | 0.12% | - |
| HSV(B) | 82.22º | 0.6% | 0.18% | - |
| XYZ | 1.74 | 2.28 | 0.92 | - |
| YUV | 38.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 18 | 0.22 | 0 | 0.6 | 0.82 | 82.22 | 0.43 | 0.12 |
| Hex | 23 | 2D | 12 | 16 | 0 | 3C | 52 | 52 | 2B | C |
| Octal | 43 | 55 | 22 | 26 | 0 | 74 | 122 | 122 | 53 | 14 |
| Binary | 100011 | 101101 | 10010 | 10110 | 0 | 111100 | 1010010 | 1010010 | 101011 | 1100 |
Color Harmonies of #232D12
Complementary color
Monochromatic Colors of #232D12
Black with #232D12
Text Example
Text Example
White with #232D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D12; }
p { color: rgb(35,45,18); }
H1.HeaderClassName
{
color: #232D12;
}
.AnyTagClassName
{
color: #232D12;
}
</style>
background-color css
<style>
a { background-color: #232D12; }
a { background-color: rgb(35,45,18); }
div.DivClassName
{
background-color: #232D12;
}
.BgClassName
{
background-color: #232D12;
}
</style>
border-color css
<style>
span { border-color: #232D12; }
span { border-color: rgb(35,45,18); }
td.TdClassName
{
border-color: #232D12;
}
.TagClassName
{
border-color: #232D12;
}
</style>