Shades of Pine Tree #233704
Tints of Pine Tree #233704
RGB
CMYK
RGB Variations
Color information
#233704 (or 0x233704) is known color: Pine Tree. HEX triplet: 23, 37 and 04. RGB value is (35,55,4). Sum of RGB (Red+Green+Blue) = 35+55+4=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #233704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233704 is #DCC8FB. Grayscale: #2B2B2B. Windows color (decimal): -14469372 or 276259. OLE color: 276259.
HSL color Cylindrical-coordinate representation of color #233704: hue angle of 83.53º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #233704 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 55 | 4 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.78 |
| HSL | 83.53º | 0.86% | 0.12% | - |
| HSV(B) | 83.53º | 0.93% | 0.22% | - |
| XYZ | 2.08 | 3.1 | 0.6 | - |
| YUV | 43.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 55 | 4 | 0.36 | 0 | 0.93 | 0.78 | 83.53 | 0.86 | 0.12 |
| Hex | 23 | 37 | 4 | 24 | 0 | 5D | 4E | 54 | 56 | C |
| Octal | 43 | 67 | 4 | 44 | 0 | 135 | 116 | 124 | 126 | 14 |
| Binary | 100011 | 110111 | 100 | 100100 | 0 | 1011101 | 1001110 | 1010100 | 1010110 | 1100 |
Color Harmonies of #233704
Complementary color
Monochromatic Colors of #233704
Black with #233704
Text Example
Text Example
White with #233704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233704; }
p { color: rgb(35,55,4); }
H1.HeaderClassName
{
color: #233704;
}
.AnyTagClassName
{
color: #233704;
}
</style>
background-color css
<style>
a { background-color: #233704; }
a { background-color: rgb(35,55,4); }
div.DivClassName
{
background-color: #233704;
}
.BgClassName
{
background-color: #233704;
}
</style>
border-color css
<style>
span { border-color: #233704; }
span { border-color: rgb(35,55,4); }
td.TdClassName
{
border-color: #233704;
}
.TagClassName
{
border-color: #233704;
}
</style>