Shades of Pine Tree #232422
Tints of Pine Tree #232422
RGB
CMYK
RGB Variations
Color information
#232422 (or 0x232422) is known color: Pine Tree. HEX triplet: 23, 24 and 22. RGB value is (35,36,34). Sum of RGB (Red+Green+Blue) = 35+36+34=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 36 - color contains mainly: green. Hex color #232422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232422 is #DCDBDD. Grayscale: #232323. Windows color (decimal): -14474206 or 2237475. OLE color: 2237475.
HSL color Cylindrical-coordinate representation of color #232422: hue angle of 90º degrees, saturation: 0.03, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #232422 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 36 | 34 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.86 |
| HSL | 90º | 0.03% | 0.14% | - |
| HSV(B) | 90º | 0.06% | 0.14% | - |
| XYZ | 1.61 | 1.73 | 1.76 | - |
| YUV | 35.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 34 | 0.03 | 0 | 0.06 | 0.86 | 90 | 0.03 | 0.14 |
| Hex | 23 | 24 | 22 | 3 | 0 | 6 | 56 | 5A | 3 | E |
| Octal | 43 | 44 | 42 | 3 | 0 | 6 | 126 | 132 | 3 | 16 |
| Binary | 100011 | 100100 | 100010 | 11 | 0 | 110 | 1010110 | 1011010 | 11 | 1110 |
Color Harmonies of #232422
Complementary color
Monochromatic Colors of #232422
Black with #232422
Text Example
Text Example
White with #232422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232422; }
p { color: rgb(35,36,34); }
H1.HeaderClassName
{
color: #232422;
}
.AnyTagClassName
{
color: #232422;
}
</style>
background-color css
<style>
a { background-color: #232422; }
a { background-color: rgb(35,36,34); }
div.DivClassName
{
background-color: #232422;
}
.BgClassName
{
background-color: #232422;
}
</style>
border-color css
<style>
span { border-color: #232422; }
span { border-color: rgb(35,36,34); }
td.TdClassName
{
border-color: #232422;
}
.TagClassName
{
border-color: #232422;
}
</style>