Shades of Pine Tree #223D06
Tints of Pine Tree #223D06
RGB
CMYK
RGB Variations
Color information
#223D06 (or 0x223D06) is known color: Pine Tree. HEX triplet: 22, 3D and 06. RGB value is (34,61,6). Sum of RGB (Red+Green+Blue) = 34+61+6=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #223D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223D06 is #DDC2F9. Grayscale: #2E2E2E. Windows color (decimal): -14533370 or 408866. OLE color: 408866.
HSL color Cylindrical-coordinate representation of color #223D06: hue angle of 89.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #223D06 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 61 | 6 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.76 |
| HSL | 89.45º | 0.82% | 0.13% | - |
| HSV(B) | 89.45º | 0.9% | 0.24% | - |
| XYZ | 2.36 | 3.69 | 0.76 | - |
| YUV | 46.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 6 | 0.44 | 0 | 0.90 | 0.76 | 89.45 | 0.82 | 0.13 |
| Hex | 22 | 3D | 6 | 2C | 0 | 5A | 4C | 59 | 52 | D |
| Octal | 42 | 75 | 6 | 54 | 0 | 132 | 114 | 131 | 122 | 15 |
| Binary | 100010 | 111101 | 110 | 101100 | 0 | 1011010 | 1001100 | 1011001 | 1010010 | 1101 |
Color Harmonies of #223D06
Complementary color
Monochromatic Colors of #223D06
Black with #223D06
Text Example
Text Example
White with #223D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D06; }
p { color: rgb(34,61,6); }
H1.HeaderClassName
{
color: #223D06;
}
.AnyTagClassName
{
color: #223D06;
}
</style>
background-color css
<style>
a { background-color: #223D06; }
a { background-color: rgb(34,61,6); }
div.DivClassName
{
background-color: #223D06;
}
.BgClassName
{
background-color: #223D06;
}
</style>
border-color css
<style>
span { border-color: #223D06; }
span { border-color: rgb(34,61,6); }
td.TdClassName
{
border-color: #223D06;
}
.TagClassName
{
border-color: #223D06;
}
</style>