Shades of Pine Tree #23390A
Tints of Pine Tree #23390A
RGB
CMYK
RGB Variations
Color information
#23390A (or 0x23390A) is known color: Pine Tree. HEX triplet: 23, 39 and 0A. RGB value is (35,57,10). Sum of RGB (Red+Green+Blue) = 35+57+10=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #23390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23390A is #DCC6F5. Grayscale: #2D2D2D. Windows color (decimal): -14468854 or 669987. OLE color: 669987.
HSL color Cylindrical-coordinate representation of color #23390A: hue angle of 88.09º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23390A is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 57 | 10 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.78 |
| HSL | 88.09º | 0.7% | 0.13% | - |
| HSV(B) | 88.09º | 0.82% | 0.22% | - |
| XYZ | 2.21 | 3.31 | 0.81 | - |
| YUV | 45.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 57 | 10 | 0.39 | 0 | 0.82 | 0.78 | 88.09 | 0.7 | 0.13 |
| Hex | 23 | 39 | A | 27 | 0 | 52 | 4E | 58 | 46 | D |
| Octal | 43 | 71 | 12 | 47 | 0 | 122 | 116 | 130 | 106 | 15 |
| Binary | 100011 | 111001 | 1010 | 100111 | 0 | 1010010 | 1001110 | 1011000 | 1000110 | 1101 |
Color Harmonies of #23390A
Complementary color
Monochromatic Colors of #23390A
Black with #23390A
Text Example
Text Example
White with #23390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23390A; }
p { color: rgb(35,57,10); }
H1.HeaderClassName
{
color: #23390A;
}
.AnyTagClassName
{
color: #23390A;
}
</style>
background-color css
<style>
a { background-color: #23390A; }
a { background-color: rgb(35,57,10); }
div.DivClassName
{
background-color: #23390A;
}
.BgClassName
{
background-color: #23390A;
}
</style>
border-color css
<style>
span { border-color: #23390A; }
span { border-color: rgb(35,57,10); }
td.TdClassName
{
border-color: #23390A;
}
.TagClassName
{
border-color: #23390A;
}
</style>