Shades of Pine Tree #233204
Tints of Pine Tree #233204
RGB
CMYK
RGB Variations
Color information
#233204 (or 0x233204) is known color: Pine Tree. HEX triplet: 23, 32 and 04. RGB value is (35,50,4). Sum of RGB (Red+Green+Blue) = 35+50+4=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #233204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233204 is #DCCDFB. Grayscale: #282828. Windows color (decimal): -14470652 or 274979. OLE color: 274979.
HSL color Cylindrical-coordinate representation of color #233204: hue angle of 79.57º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #233204 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 4 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.80 |
| HSL | 79.57º | 0.85% | 0.11% | - |
| HSV(B) | 79.57º | 0.92% | 0.2% | - |
| XYZ | 1.86 | 2.65 | 0.53 | - |
| YUV | 40.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 4 | 0.30 | 0 | 0.92 | 0.80 | 79.57 | 0.85 | 0.11 |
| Hex | 23 | 32 | 4 | 1E | 0 | 5C | 50 | 50 | 55 | B |
| Octal | 43 | 62 | 4 | 36 | 0 | 134 | 120 | 120 | 125 | 13 |
| Binary | 100011 | 110010 | 100 | 11110 | 0 | 1011100 | 1010000 | 1010000 | 1010101 | 1011 |
Color Harmonies of #233204
Complementary color
Monochromatic Colors of #233204
Black with #233204
Text Example
Text Example
White with #233204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233204; }
p { color: rgb(35,50,4); }
H1.HeaderClassName
{
color: #233204;
}
.AnyTagClassName
{
color: #233204;
}
</style>
background-color css
<style>
a { background-color: #233204; }
a { background-color: rgb(35,50,4); }
div.DivClassName
{
background-color: #233204;
}
.BgClassName
{
background-color: #233204;
}
</style>
border-color css
<style>
span { border-color: #233204; }
span { border-color: rgb(35,50,4); }
td.TdClassName
{
border-color: #233204;
}
.TagClassName
{
border-color: #233204;
}
</style>