Shades of Pine Tree #223F02
Tints of Pine Tree #223F02
RGB
CMYK
RGB Variations
Color information
#223F02 (or 0x223F02) is known color: Pine Tree. HEX triplet: 22, 3F and 02. RGB value is (34,63,2). Sum of RGB (Red+Green+Blue) = 34+63+2=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 63 (25% from 255 or 63.64% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 63 - color contains mainly: green. Hex color #223F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223F02 is #DDC0FD. Grayscale: #2F2F2F. Windows color (decimal): -14532862 or 147234. OLE color: 147234.
HSL color Cylindrical-coordinate representation of color #223F02: hue angle of 88.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #223F02 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 2 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.75 |
| HSL | 88.52º | 0.94% | 0.13% | - |
| HSV(B) | 88.52º | 0.97% | 0.25% | - |
| XYZ | 2.45 | 3.9 | 0.68 | - |
| YUV | 47.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 2 | 0.46 | 0 | 0.97 | 0.75 | 88.52 | 0.94 | 0.13 |
| Hex | 22 | 3F | 2 | 2E | 0 | 61 | 4B | 59 | 5E | D |
| Octal | 42 | 77 | 2 | 56 | 0 | 141 | 113 | 131 | 136 | 15 |
| Binary | 100010 | 111111 | 10 | 101110 | 0 | 1100001 | 1001011 | 1011001 | 1011110 | 1101 |
Color Harmonies of #223F02
Complementary color
Monochromatic Colors of #223F02
Black with #223F02
Text Example
Text Example
White with #223F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F02; }
p { color: rgb(34,63,2); }
H1.HeaderClassName
{
color: #223F02;
}
.AnyTagClassName
{
color: #223F02;
}
</style>
background-color css
<style>
a { background-color: #223F02; }
a { background-color: rgb(34,63,2); }
div.DivClassName
{
background-color: #223F02;
}
.BgClassName
{
background-color: #223F02;
}
</style>
border-color css
<style>
span { border-color: #223F02; }
span { border-color: rgb(34,63,2); }
td.TdClassName
{
border-color: #223F02;
}
.TagClassName
{
border-color: #223F02;
}
</style>