Shades of Pine Tree #23400A
Tints of Pine Tree #23400A
RGB
CMYK
RGB Variations
Color information
#23400A (or 0x23400A) is known color: Pine Tree. HEX triplet: 23, 40 and 0A. RGB value is (35,64,10). Sum of RGB (Red+Green+Blue) = 35+64+10=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #23400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23400A is #DCBFF5. Grayscale: #313131. Windows color (decimal): -14467062 or 671779. OLE color: 671779.
HSL color Cylindrical-coordinate representation of color #23400A: hue angle of 92.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23400A is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 64 | 10 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.75 |
| HSL | 92.22º | 0.73% | 0.15% | - |
| HSV(B) | 92.22º | 0.84% | 0.25% | - |
| XYZ | 2.58 | 4.05 | 0.93 | - |
| YUV | 49.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 10 | 0.45 | 0 | 0.84 | 0.75 | 92.22 | 0.73 | 0.15 |
| Hex | 23 | 40 | A | 2D | 0 | 54 | 4B | 5C | 49 | F |
| Octal | 43 | 100 | 12 | 55 | 0 | 124 | 113 | 134 | 111 | 17 |
| Binary | 100011 | 1000000 | 1010 | 101101 | 0 | 1010100 | 1001011 | 1011100 | 1001001 | 1111 |
Color Harmonies of #23400A
Complementary color
Monochromatic Colors of #23400A
Black with #23400A
Text Example
Text Example
White with #23400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23400A; }
p { color: rgb(35,64,10); }
H1.HeaderClassName
{
color: #23400A;
}
.AnyTagClassName
{
color: #23400A;
}
</style>
background-color css
<style>
a { background-color: #23400A; }
a { background-color: rgb(35,64,10); }
div.DivClassName
{
background-color: #23400A;
}
.BgClassName
{
background-color: #23400A;
}
</style>
border-color css
<style>
span { border-color: #23400A; }
span { border-color: rgb(35,64,10); }
td.TdClassName
{
border-color: #23400A;
}
.TagClassName
{
border-color: #23400A;
}
</style>