Shades of Pine Tree #232C17
Tints of Pine Tree #232C17
RGB
CMYK
RGB Variations
Color information
#232C17 (or 0x232C17) is known color: Pine Tree. HEX triplet: 23, 2C and 17. RGB value is (35,44,23). Sum of RGB (Red+Green+Blue) = 35+44+23=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #232C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C17 is #DCD3E8. Grayscale: #262626. Windows color (decimal): -14472169 or 1518627. OLE color: 1518627.
HSL color Cylindrical-coordinate representation of color #232C17: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #232C17 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 23 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.83 |
| HSL | 85.71º | 0.31% | 0.13% | - |
| HSV(B) | 85.71º | 0.48% | 0.17% | - |
| XYZ | 1.75 | 2.22 | 1.15 | - |
| YUV | 38.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 23 | 0.20 | 0 | 0.48 | 0.83 | 85.71 | 0.31 | 0.13 |
| Hex | 23 | 2C | 17 | 14 | 0 | 30 | 53 | 56 | 1F | D |
| Octal | 43 | 54 | 27 | 24 | 0 | 60 | 123 | 126 | 37 | 15 |
| Binary | 100011 | 101100 | 10111 | 10100 | 0 | 110000 | 1010011 | 1010110 | 11111 | 1101 |
Color Harmonies of #232C17
Complementary color
Monochromatic Colors of #232C17
Black with #232C17
Text Example
Text Example
White with #232C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C17; }
p { color: rgb(35,44,23); }
H1.HeaderClassName
{
color: #232C17;
}
.AnyTagClassName
{
color: #232C17;
}
</style>
background-color css
<style>
a { background-color: #232C17; }
a { background-color: rgb(35,44,23); }
div.DivClassName
{
background-color: #232C17;
}
.BgClassName
{
background-color: #232C17;
}
</style>
border-color css
<style>
span { border-color: #232C17; }
span { border-color: rgb(35,44,23); }
td.TdClassName
{
border-color: #232C17;
}
.TagClassName
{
border-color: #232C17;
}
</style>