Shades of Pine Tree #23320D
Tints of Pine Tree #23320D
RGB
CMYK
RGB Variations
Color information
#23320D (or 0x23320D) is known color: Pine Tree. HEX triplet: 23, 32 and 0D. RGB value is (35,50,13). Sum of RGB (Red+Green+Blue) = 35+50+13=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #23320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23320D is #DCCDF2. Grayscale: #292929. Windows color (decimal): -14470643 or 864803. OLE color: 864803.
HSL color Cylindrical-coordinate representation of color #23320D: hue angle of 84.32º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23320D is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 13 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.80 |
| HSL | 84.32º | 0.59% | 0.12% | - |
| HSV(B) | 84.32º | 0.74% | 0.2% | - |
| XYZ | 1.91 | 2.67 | 0.8 | - |
| YUV | 41.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 13 | 0.30 | 0 | 0.74 | 0.80 | 84.32 | 0.59 | 0.12 |
| Hex | 23 | 32 | D | 1E | 0 | 4A | 50 | 54 | 3B | C |
| Octal | 43 | 62 | 15 | 36 | 0 | 112 | 120 | 124 | 73 | 14 |
| Binary | 100011 | 110010 | 1101 | 11110 | 0 | 1001010 | 1010000 | 1010100 | 111011 | 1100 |
Color Harmonies of #23320D
Complementary color
Monochromatic Colors of #23320D
Black with #23320D
Text Example
Text Example
White with #23320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23320D; }
p { color: rgb(35,50,13); }
H1.HeaderClassName
{
color: #23320D;
}
.AnyTagClassName
{
color: #23320D;
}
</style>
background-color css
<style>
a { background-color: #23320D; }
a { background-color: rgb(35,50,13); }
div.DivClassName
{
background-color: #23320D;
}
.BgClassName
{
background-color: #23320D;
}
</style>
border-color css
<style>
span { border-color: #23320D; }
span { border-color: rgb(35,50,13); }
td.TdClassName
{
border-color: #23320D;
}
.TagClassName
{
border-color: #23320D;
}
</style>