Shades of Pine Tree #223104
Tints of Pine Tree #223104
RGB
CMYK
RGB Variations
Color information
#223104 (or 0x223104) is known color: Pine Tree. HEX triplet: 22, 31 and 04. RGB value is (34,49,4). Sum of RGB (Red+Green+Blue) = 34+49+4=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #223104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223104 is #DDCEFB. Grayscale: #272727. Windows color (decimal): -14536444 or 274722. OLE color: 274722.
HSL color Cylindrical-coordinate representation of color #223104: hue angle of 80º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #223104 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 49 | 4 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.81 |
| HSL | 80º | 0.85% | 0.1% | - |
| HSV(B) | 80º | 0.92% | 0.19% | - |
| XYZ | 1.78 | 2.55 | 0.51 | - |
| YUV | 39.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 4 | 0.31 | 0 | 0.92 | 0.81 | 80 | 0.85 | 0.1 |
| Hex | 22 | 31 | 4 | 1F | 0 | 5C | 51 | 50 | 55 | A |
| Octal | 42 | 61 | 4 | 37 | 0 | 134 | 121 | 120 | 125 | 12 |
| Binary | 100010 | 110001 | 100 | 11111 | 0 | 1011100 | 1010001 | 1010000 | 1010101 | 1010 |
Color Harmonies of #223104
Complementary color
Monochromatic Colors of #223104
Black with #223104
Text Example
Text Example
White with #223104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223104; }
p { color: rgb(34,49,4); }
H1.HeaderClassName
{
color: #223104;
}
.AnyTagClassName
{
color: #223104;
}
</style>
background-color css
<style>
a { background-color: #223104; }
a { background-color: rgb(34,49,4); }
div.DivClassName
{
background-color: #223104;
}
.BgClassName
{
background-color: #223104;
}
</style>
border-color css
<style>
span { border-color: #223104; }
span { border-color: rgb(34,49,4); }
td.TdClassName
{
border-color: #223104;
}
.TagClassName
{
border-color: #223104;
}
</style>