Shades of Pine Tree #23271C
Tints of Pine Tree #23271C
RGB
CMYK
RGB Variations
Color information
#23271C (or 0x23271C) is known color: Pine Tree. HEX triplet: 23, 27 and 1C. RGB value is (35,39,28). Sum of RGB (Red+Green+Blue) = 35+39+28=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 39 - color contains mainly: green. Hex color #23271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23271C is #DCD8E3. Grayscale: #242424. Windows color (decimal): -14473444 or 1845027. OLE color: 1845027.
HSL color Cylindrical-coordinate representation of color #23271C: hue angle of 81.82º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #23271C is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 39 | 28 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.85 |
| HSL | 81.82º | 0.16% | 0.13% | - |
| HSV(B) | 81.82º | 0.28% | 0.15% | - |
| XYZ | 1.63 | 1.89 | 1.38 | - |
| YUV | 36.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 28 | 0.10 | 0 | 0.28 | 0.85 | 81.82 | 0.16 | 0.13 |
| Hex | 23 | 27 | 1C | A | 0 | 1C | 55 | 52 | 10 | D |
| Octal | 43 | 47 | 34 | 12 | 0 | 34 | 125 | 122 | 20 | 15 |
| Binary | 100011 | 100111 | 11100 | 1010 | 0 | 11100 | 1010101 | 1010010 | 10000 | 1101 |
Color Harmonies of #23271C
Complementary color
Monochromatic Colors of #23271C
Black with #23271C
Text Example
Text Example
White with #23271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23271C; }
p { color: rgb(35,39,28); }
H1.HeaderClassName
{
color: #23271C;
}
.AnyTagClassName
{
color: #23271C;
}
</style>
background-color css
<style>
a { background-color: #23271C; }
a { background-color: rgb(35,39,28); }
div.DivClassName
{
background-color: #23271C;
}
.BgClassName
{
background-color: #23271C;
}
</style>
border-color css
<style>
span { border-color: #23271C; }
span { border-color: rgb(35,39,28); }
td.TdClassName
{
border-color: #23271C;
}
.TagClassName
{
border-color: #23271C;
}
</style>