Shades of Pine Tree #232B1C
Tints of Pine Tree #232B1C
RGB
CMYK
RGB Variations
Color information
#232B1C (or 0x232B1C) is known color: Pine Tree. HEX triplet: 23, 2B and 1C. RGB value is (35,43,28). Sum of RGB (Red+Green+Blue) = 35+43+28=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 43 - color contains mainly: green. Hex color #232B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B1C is #DCD4E3. Grayscale: #262626. Windows color (decimal): -14472420 or 1846051. OLE color: 1846051.
HSL color Cylindrical-coordinate representation of color #232B1C: hue angle of 92º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #232B1C is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 43 | 28 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.83 |
| HSL | 92º | 0.21% | 0.14% | - |
| HSV(B) | 92º | 0.35% | 0.17% | - |
| XYZ | 1.77 | 2.17 | 1.42 | - |
| YUV | 38.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 28 | 0.19 | 0 | 0.35 | 0.83 | 92 | 0.21 | 0.14 |
| Hex | 23 | 2B | 1C | 13 | 0 | 23 | 53 | 5C | 15 | E |
| Octal | 43 | 53 | 34 | 23 | 0 | 43 | 123 | 134 | 25 | 16 |
| Binary | 100011 | 101011 | 11100 | 10011 | 0 | 100011 | 1010011 | 1011100 | 10101 | 1110 |
Color Harmonies of #232B1C
Complementary color
Monochromatic Colors of #232B1C
Black with #232B1C
Text Example
Text Example
White with #232B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B1C; }
p { color: rgb(35,43,28); }
H1.HeaderClassName
{
color: #232B1C;
}
.AnyTagClassName
{
color: #232B1C;
}
</style>
background-color css
<style>
a { background-color: #232B1C; }
a { background-color: rgb(35,43,28); }
div.DivClassName
{
background-color: #232B1C;
}
.BgClassName
{
background-color: #232B1C;
}
</style>
border-color css
<style>
span { border-color: #232B1C; }
span { border-color: rgb(35,43,28); }
td.TdClassName
{
border-color: #232B1C;
}
.TagClassName
{
border-color: #232B1C;
}
</style>