Shades of Pine Tree #232B1B
Tints of Pine Tree #232B1B
RGB
CMYK
RGB Variations
Color information
#232B1B (or 0x232B1B) is known color: Pine Tree. HEX triplet: 23, 2B and 1B. RGB value is (35,43,27). Sum of RGB (Red+Green+Blue) = 35+43+27=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 43 - color contains mainly: green. Hex color #232B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B1B is #DCD4E4. Grayscale: #262626. Windows color (decimal): -14472421 or 1780515. OLE color: 1780515.
HSL color Cylindrical-coordinate representation of color #232B1B: hue angle of 90º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #232B1B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 43 | 27 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.83 |
| HSL | 90º | 0.23% | 0.14% | - |
| HSV(B) | 90º | 0.37% | 0.17% | - |
| XYZ | 1.75 | 2.16 | 1.36 | - |
| YUV | 38.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 27 | 0.19 | 0 | 0.37 | 0.83 | 90 | 0.23 | 0.14 |
| Hex | 23 | 2B | 1B | 13 | 0 | 25 | 53 | 5A | 17 | E |
| Octal | 43 | 53 | 33 | 23 | 0 | 45 | 123 | 132 | 27 | 16 |
| Binary | 100011 | 101011 | 11011 | 10011 | 0 | 100101 | 1010011 | 1011010 | 10111 | 1110 |
Color Harmonies of #232B1B
Complementary color
Monochromatic Colors of #232B1B
Black with #232B1B
Text Example
Text Example
White with #232B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B1B; }
p { color: rgb(35,43,27); }
H1.HeaderClassName
{
color: #232B1B;
}
.AnyTagClassName
{
color: #232B1B;
}
</style>
background-color css
<style>
a { background-color: #232B1B; }
a { background-color: rgb(35,43,27); }
div.DivClassName
{
background-color: #232B1B;
}
.BgClassName
{
background-color: #232B1B;
}
</style>
border-color css
<style>
span { border-color: #232B1B; }
span { border-color: rgb(35,43,27); }
td.TdClassName
{
border-color: #232B1B;
}
.TagClassName
{
border-color: #232B1B;
}
</style>