Shades of Pine Tree #232D11
Tints of Pine Tree #232D11
RGB
CMYK
RGB Variations
Color information
#232D11 (or 0x232D11) is known color: Pine Tree. HEX triplet: 23, 2D and 11. RGB value is (35,45,17). Sum of RGB (Red+Green+Blue) = 35+45+17=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 45 - color contains mainly: green. Hex color #232D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D11 is #DCD2EE. Grayscale: #262626. Windows color (decimal): -14471919 or 1125667. OLE color: 1125667.
HSL color Cylindrical-coordinate representation of color #232D11: hue angle of 81.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232D11 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 17 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.82 |
| HSL | 81.43º | 0.45% | 0.12% | - |
| HSV(B) | 81.43º | 0.62% | 0.18% | - |
| XYZ | 1.73 | 2.27 | 0.88 | - |
| YUV | 38.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 17 | 0.22 | 0 | 0.62 | 0.82 | 81.43 | 0.45 | 0.12 |
| Hex | 23 | 2D | 11 | 16 | 0 | 3E | 52 | 51 | 2D | C |
| Octal | 43 | 55 | 21 | 26 | 0 | 76 | 122 | 121 | 55 | 14 |
| Binary | 100011 | 101101 | 10001 | 10110 | 0 | 111110 | 1010010 | 1010001 | 101101 | 1100 |
Color Harmonies of #232D11
Complementary color
Monochromatic Colors of #232D11
Black with #232D11
Text Example
Text Example
White with #232D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D11; }
p { color: rgb(35,45,17); }
H1.HeaderClassName
{
color: #232D11;
}
.AnyTagClassName
{
color: #232D11;
}
</style>
background-color css
<style>
a { background-color: #232D11; }
a { background-color: rgb(35,45,17); }
div.DivClassName
{
background-color: #232D11;
}
.BgClassName
{
background-color: #232D11;
}
</style>
border-color css
<style>
span { border-color: #232D11; }
span { border-color: rgb(35,45,17); }
td.TdClassName
{
border-color: #232D11;
}
.TagClassName
{
border-color: #232D11;
}
</style>