Shades of Pine Tree #232E18
Tints of Pine Tree #232E18
RGB
CMYK
RGB Variations
Color information
#232E18 (or 0x232E18) is known color: Pine Tree. HEX triplet: 23, 2E and 18. RGB value is (35,46,24). Sum of RGB (Red+Green+Blue) = 35+46+24=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #232E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232E18 is #DCD1E7. Grayscale: #282828. Windows color (decimal): -14471656 or 1584675. OLE color: 1584675.
HSL color Cylindrical-coordinate representation of color #232E18: hue angle of 90º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #232E18 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 46 | 24 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.82 |
| HSL | 90º | 0.31% | 0.14% | - |
| HSV(B) | 90º | 0.48% | 0.18% | - |
| XYZ | 1.84 | 2.38 | 1.23 | - |
| YUV | 40.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 24 | 0.24 | 0 | 0.48 | 0.82 | 90 | 0.31 | 0.14 |
| Hex | 23 | 2E | 18 | 18 | 0 | 30 | 52 | 5A | 1F | E |
| Octal | 43 | 56 | 30 | 30 | 0 | 60 | 122 | 132 | 37 | 16 |
| Binary | 100011 | 101110 | 11000 | 11000 | 0 | 110000 | 1010010 | 1011010 | 11111 | 1110 |
Color Harmonies of #232E18
Complementary color
Monochromatic Colors of #232E18
Black with #232E18
Text Example
Text Example
White with #232E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E18; }
p { color: rgb(35,46,24); }
H1.HeaderClassName
{
color: #232E18;
}
.AnyTagClassName
{
color: #232E18;
}
</style>
background-color css
<style>
a { background-color: #232E18; }
a { background-color: rgb(35,46,24); }
div.DivClassName
{
background-color: #232E18;
}
.BgClassName
{
background-color: #232E18;
}
</style>
border-color css
<style>
span { border-color: #232E18; }
span { border-color: rgb(35,46,24); }
td.TdClassName
{
border-color: #232E18;
}
.TagClassName
{
border-color: #232E18;
}
</style>