Shades of Pine Tree #23380C
Tints of Pine Tree #23380C
RGB
CMYK
RGB Variations
Color information
#23380C (or 0x23380C) is known color: Pine Tree. HEX triplet: 23, 38 and 0C. RGB value is (35,56,12). Sum of RGB (Red+Green+Blue) = 35+56+12=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #23380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23380C is #DCC7F3. Grayscale: #2C2C2C. Windows color (decimal): -14469108 or 800803. OLE color: 800803.
HSL color Cylindrical-coordinate representation of color #23380C: hue angle of 88.64º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23380C is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 56 | 12 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.78 |
| HSL | 88.64º | 0.65% | 0.13% | - |
| HSV(B) | 88.64º | 0.79% | 0.22% | - |
| XYZ | 2.17 | 3.21 | 0.85 | - |
| YUV | 44.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 56 | 12 | 0.37 | 0 | 0.79 | 0.78 | 88.64 | 0.65 | 0.13 |
| Hex | 23 | 38 | C | 25 | 0 | 4F | 4E | 59 | 41 | D |
| Octal | 43 | 70 | 14 | 45 | 0 | 117 | 116 | 131 | 101 | 15 |
| Binary | 100011 | 111000 | 1100 | 100101 | 0 | 1001111 | 1001110 | 1011001 | 1000001 | 1101 |
Color Harmonies of #23380C
Complementary color
Monochromatic Colors of #23380C
Black with #23380C
Text Example
Text Example
White with #23380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23380C; }
p { color: rgb(35,56,12); }
H1.HeaderClassName
{
color: #23380C;
}
.AnyTagClassName
{
color: #23380C;
}
</style>
background-color css
<style>
a { background-color: #23380C; }
a { background-color: rgb(35,56,12); }
div.DivClassName
{
background-color: #23380C;
}
.BgClassName
{
background-color: #23380C;
}
</style>
border-color css
<style>
span { border-color: #23380C; }
span { border-color: rgb(35,56,12); }
td.TdClassName
{
border-color: #23380C;
}
.TagClassName
{
border-color: #23380C;
}
</style>