Shades of Pine Tree #223A02
Tints of Pine Tree #223A02
RGB
CMYK
RGB Variations
Color information
#223A02 (or 0x223A02) is known color: Pine Tree. HEX triplet: 22, 3A and 02. RGB value is (34,58,2). Sum of RGB (Red+Green+Blue) = 34+58+2=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #223A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223A02 is #DDC5FD. Grayscale: #2C2C2C. Windows color (decimal): -14534142 or 145954. OLE color: 145954.
HSL color Cylindrical-coordinate representation of color #223A02: hue angle of 85.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #223A02 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 2 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.77 |
| HSL | 85.71º | 0.93% | 0.12% | - |
| HSV(B) | 85.71º | 0.97% | 0.23% | - |
| XYZ | 2.18 | 3.37 | 0.59 | - |
| YUV | 44.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 2 | 0.41 | 0 | 0.97 | 0.77 | 85.71 | 0.93 | 0.12 |
| Hex | 22 | 3A | 2 | 29 | 0 | 61 | 4D | 56 | 5D | C |
| Octal | 42 | 72 | 2 | 51 | 0 | 141 | 115 | 126 | 135 | 14 |
| Binary | 100010 | 111010 | 10 | 101001 | 0 | 1100001 | 1001101 | 1010110 | 1011101 | 1100 |
Color Harmonies of #223A02
Complementary color
Monochromatic Colors of #223A02
Black with #223A02
Text Example
Text Example
White with #223A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A02; }
p { color: rgb(34,58,2); }
H1.HeaderClassName
{
color: #223A02;
}
.AnyTagClassName
{
color: #223A02;
}
</style>
background-color css
<style>
a { background-color: #223A02; }
a { background-color: rgb(34,58,2); }
div.DivClassName
{
background-color: #223A02;
}
.BgClassName
{
background-color: #223A02;
}
</style>
border-color css
<style>
span { border-color: #223A02; }
span { border-color: rgb(34,58,2); }
td.TdClassName
{
border-color: #223A02;
}
.TagClassName
{
border-color: #223A02;
}
</style>