Shades of Pine Tree #234102
Tints of Pine Tree #234102
RGB
CMYK
RGB Variations
Color information
#234102 (or 0x234102) is known color: Pine Tree. HEX triplet: 23, 41 and 02. RGB value is (35,65,2). Sum of RGB (Red+Green+Blue) = 35+65+2=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #234102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234102 is #DCBEFD. Grayscale: #313131. Windows color (decimal): -14466814 or 147747. OLE color: 147747.
HSL color Cylindrical-coordinate representation of color #234102: hue angle of 88.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #234102 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 2 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.75 |
| HSL | 88.57º | 0.94% | 0.13% | - |
| HSV(B) | 88.57º | 0.97% | 0.25% | - |
| XYZ | 2.59 | 4.14 | 0.72 | - |
| YUV | 48.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 2 | 0.46 | 0 | 0.97 | 0.75 | 88.57 | 0.94 | 0.13 |
| Hex | 23 | 41 | 2 | 2E | 0 | 61 | 4B | 59 | 5E | D |
| Octal | 43 | 101 | 2 | 56 | 0 | 141 | 113 | 131 | 136 | 15 |
| Binary | 100011 | 1000001 | 10 | 101110 | 0 | 1100001 | 1001011 | 1011001 | 1011110 | 1101 |
Color Harmonies of #234102
Complementary color
Monochromatic Colors of #234102
Black with #234102
Text Example
Text Example
White with #234102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234102; }
p { color: rgb(35,65,2); }
H1.HeaderClassName
{
color: #234102;
}
.AnyTagClassName
{
color: #234102;
}
</style>
background-color css
<style>
a { background-color: #234102; }
a { background-color: rgb(35,65,2); }
div.DivClassName
{
background-color: #234102;
}
.BgClassName
{
background-color: #234102;
}
</style>
border-color css
<style>
span { border-color: #234102; }
span { border-color: rgb(35,65,2); }
td.TdClassName
{
border-color: #234102;
}
.TagClassName
{
border-color: #234102;
}
</style>