Shades of Pine Tree #232E10
Tints of Pine Tree #232E10
RGB
CMYK
RGB Variations
Color information
#232E10 (or 0x232E10) is known color: Pine Tree. HEX triplet: 23, 2E and 10. RGB value is (35,46,16). Sum of RGB (Red+Green+Blue) = 35+46+16=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #232E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E10 is #DCD1EF. Grayscale: #272727. Windows color (decimal): -14471664 or 1060387. OLE color: 1060387.
HSL color Cylindrical-coordinate representation of color #232E10: hue angle of 82º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232E10 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 16 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.82 |
| HSL | 82º | 0.48% | 0.12% | - |
| HSV(B) | 82º | 0.65% | 0.18% | - |
| XYZ | 1.76 | 2.35 | 0.85 | - |
| YUV | 39.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 16 | 0.24 | 0 | 0.65 | 0.82 | 82 | 0.48 | 0.12 |
| Hex | 23 | 2E | 10 | 18 | 0 | 41 | 52 | 52 | 30 | C |
| Octal | 43 | 56 | 20 | 30 | 0 | 101 | 122 | 122 | 60 | 14 |
| Binary | 100011 | 101110 | 10000 | 11000 | 0 | 1000001 | 1010010 | 1010010 | 110000 | 1100 |
Color Harmonies of #232E10
Complementary color
Monochromatic Colors of #232E10
Black with #232E10
Text Example
Text Example
White with #232E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E10; }
p { color: rgb(35,46,16); }
H1.HeaderClassName
{
color: #232E10;
}
.AnyTagClassName
{
color: #232E10;
}
</style>
background-color css
<style>
a { background-color: #232E10; }
a { background-color: rgb(35,46,16); }
div.DivClassName
{
background-color: #232E10;
}
.BgClassName
{
background-color: #232E10;
}
</style>
border-color css
<style>
span { border-color: #232E10; }
span { border-color: rgb(35,46,16); }
td.TdClassName
{
border-color: #232E10;
}
.TagClassName
{
border-color: #232E10;
}
</style>