Shades of Pine Tree #232D0A
Tints of Pine Tree #232D0A
RGB
CMYK
RGB Variations
Color information
#232D0A (or 0x232D0A) is known color: Pine Tree. HEX triplet: 23, 2D and 0A. RGB value is (35,45,10). Sum of RGB (Red+Green+Blue) = 35+45+10=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #232D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232D0A is #DCD2F5. Grayscale: #262626. Windows color (decimal): -14471926 or 666915. OLE color: 666915.
HSL color Cylindrical-coordinate representation of color #232D0A: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #232D0A is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 45 | 10 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.82 |
| HSL | 77.14º | 0.64% | 0.11% | - |
| HSV(B) | 77.14º | 0.78% | 0.18% | - |
| XYZ | 1.69 | 2.26 | 0.63 | - |
| YUV | 38.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 10 | 0.22 | 0 | 0.78 | 0.82 | 77.14 | 0.64 | 0.11 |
| Hex | 23 | 2D | A | 16 | 0 | 4E | 52 | 4D | 40 | B |
| Octal | 43 | 55 | 12 | 26 | 0 | 116 | 122 | 115 | 100 | 13 |
| Binary | 100011 | 101101 | 1010 | 10110 | 0 | 1001110 | 1010010 | 1001101 | 1000000 | 1011 |
Color Harmonies of #232D0A
Complementary color
Monochromatic Colors of #232D0A
Black with #232D0A
Text Example
Text Example
White with #232D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D0A; }
p { color: rgb(35,45,10); }
H1.HeaderClassName
{
color: #232D0A;
}
.AnyTagClassName
{
color: #232D0A;
}
</style>
background-color css
<style>
a { background-color: #232D0A; }
a { background-color: rgb(35,45,10); }
div.DivClassName
{
background-color: #232D0A;
}
.BgClassName
{
background-color: #232D0A;
}
</style>
border-color css
<style>
span { border-color: #232D0A; }
span { border-color: rgb(35,45,10); }
td.TdClassName
{
border-color: #232D0A;
}
.TagClassName
{
border-color: #232D0A;
}
</style>