Shades of Pine Tree #223C0D
Tints of Pine Tree #223C0D
RGB
CMYK
RGB Variations
Color information
#223C0D (or 0x223C0D) is known color: Pine Tree. HEX triplet: 22, 3C and 0D. RGB value is (34,60,13). Sum of RGB (Red+Green+Blue) = 34+60+13=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #223C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223C0D is #DDC3F2. Grayscale: #2F2F2F. Windows color (decimal): -14533619 or 867362. OLE color: 867362.
HSL color Cylindrical-coordinate representation of color #223C0D: hue angle of 93.19º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223C0D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 60 | 13 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.76 |
| HSL | 93.19º | 0.64% | 0.14% | - |
| HSV(B) | 93.19º | 0.78% | 0.24% | - |
| XYZ | 2.35 | 3.6 | 0.95 | - |
| YUV | 46.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 13 | 0.43 | 0 | 0.78 | 0.76 | 93.19 | 0.64 | 0.14 |
| Hex | 22 | 3C | D | 2B | 0 | 4E | 4C | 5D | 40 | E |
| Octal | 42 | 74 | 15 | 53 | 0 | 116 | 114 | 135 | 100 | 16 |
| Binary | 100010 | 111100 | 1101 | 101011 | 0 | 1001110 | 1001100 | 1011101 | 1000000 | 1110 |
Color Harmonies of #223C0D
Complementary color
Monochromatic Colors of #223C0D
Black with #223C0D
Text Example
Text Example
White with #223C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C0D; }
p { color: rgb(34,60,13); }
H1.HeaderClassName
{
color: #223C0D;
}
.AnyTagClassName
{
color: #223C0D;
}
</style>
background-color css
<style>
a { background-color: #223C0D; }
a { background-color: rgb(34,60,13); }
div.DivClassName
{
background-color: #223C0D;
}
.BgClassName
{
background-color: #223C0D;
}
</style>
border-color css
<style>
span { border-color: #223C0D; }
span { border-color: rgb(34,60,13); }
td.TdClassName
{
border-color: #223C0D;
}
.TagClassName
{
border-color: #223C0D;
}
</style>