Shades of Pine Tree #23410A
Tints of Pine Tree #23410A
RGB
CMYK
RGB Variations
Color information
#23410A (or 0x23410A) is known color: Pine Tree. HEX triplet: 23, 41 and 0A. RGB value is (35,65,10). Sum of RGB (Red+Green+Blue) = 35+65+10=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #23410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23410A is #DCBEF5. Grayscale: #313131. Windows color (decimal): -14466806 or 672035. OLE color: 672035.
HSL color Cylindrical-coordinate representation of color #23410A: hue angle of 92.73º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23410A is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 10 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.75 |
| HSL | 92.73º | 0.73% | 0.15% | - |
| HSV(B) | 92.73º | 0.85% | 0.25% | - |
| XYZ | 2.64 | 4.16 | 0.95 | - |
| YUV | 49.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 10 | 0.46 | 0 | 0.85 | 0.75 | 92.73 | 0.73 | 0.15 |
| Hex | 23 | 41 | A | 2E | 0 | 55 | 4B | 5D | 49 | F |
| Octal | 43 | 101 | 12 | 56 | 0 | 125 | 113 | 135 | 111 | 17 |
| Binary | 100011 | 1000001 | 1010 | 101110 | 0 | 1010101 | 1001011 | 1011101 | 1001001 | 1111 |
Color Harmonies of #23410A
Complementary color
Monochromatic Colors of #23410A
Black with #23410A
Text Example
Text Example
White with #23410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23410A; }
p { color: rgb(35,65,10); }
H1.HeaderClassName
{
color: #23410A;
}
.AnyTagClassName
{
color: #23410A;
}
</style>
background-color css
<style>
a { background-color: #23410A; }
a { background-color: rgb(35,65,10); }
div.DivClassName
{
background-color: #23410A;
}
.BgClassName
{
background-color: #23410A;
}
</style>
border-color css
<style>
span { border-color: #23410A; }
span { border-color: rgb(35,65,10); }
td.TdClassName
{
border-color: #23410A;
}
.TagClassName
{
border-color: #23410A;
}
</style>