Shades of Pine Tree #233202
Tints of Pine Tree #233202
RGB
CMYK
RGB Variations
Color information
#233202 (or 0x233202) is known color: Pine Tree. HEX triplet: 23, 32 and 02. RGB value is (35,50,2). Sum of RGB (Red+Green+Blue) = 35+50+2=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #233202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233202 is #DCCDFD. Grayscale: #282828. Windows color (decimal): -14470654 or 143907. OLE color: 143907.
HSL color Cylindrical-coordinate representation of color #233202: hue angle of 78.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #233202 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 2 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.80 |
| HSL | 78.75º | 0.92% | 0.1% | - |
| HSV(B) | 78.75º | 0.96% | 0.2% | - |
| XYZ | 1.84 | 2.64 | 0.47 | - |
| YUV | 40.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 2 | 0.30 | 0 | 0.96 | 0.80 | 78.75 | 0.92 | 0.1 |
| Hex | 23 | 32 | 2 | 1E | 0 | 60 | 50 | 4F | 5C | A |
| Octal | 43 | 62 | 2 | 36 | 0 | 140 | 120 | 117 | 134 | 12 |
| Binary | 100011 | 110010 | 10 | 11110 | 0 | 1100000 | 1010000 | 1001111 | 1011100 | 1010 |
Color Harmonies of #233202
Complementary color
Monochromatic Colors of #233202
Black with #233202
Text Example
Text Example
White with #233202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233202; }
p { color: rgb(35,50,2); }
H1.HeaderClassName
{
color: #233202;
}
.AnyTagClassName
{
color: #233202;
}
</style>
background-color css
<style>
a { background-color: #233202; }
a { background-color: rgb(35,50,2); }
div.DivClassName
{
background-color: #233202;
}
.BgClassName
{
background-color: #233202;
}
</style>
border-color css
<style>
span { border-color: #233202; }
span { border-color: rgb(35,50,2); }
td.TdClassName
{
border-color: #233202;
}
.TagClassName
{
border-color: #233202;
}
</style>