Shades of Pine Tree #223A03
Tints of Pine Tree #223A03
RGB
CMYK
RGB Variations
Color information
#223A03 (or 0x223A03) is known color: Pine Tree. HEX triplet: 22, 3A and 03. RGB value is (34,58,3). Sum of RGB (Red+Green+Blue) = 34+58+3=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #223A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223A03 is #DDC5FC. Grayscale: #2C2C2C. Windows color (decimal): -14534141 or 211490. OLE color: 211490.
HSL color Cylindrical-coordinate representation of color #223A03: hue angle of 86.18º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #223A03 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 3 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.77 |
| HSL | 86.18º | 0.9% | 0.12% | - |
| HSV(B) | 86.18º | 0.95% | 0.23% | - |
| XYZ | 2.19 | 3.37 | 0.62 | - |
| YUV | 44.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 3 | 0.41 | 0 | 0.95 | 0.77 | 86.18 | 0.9 | 0.12 |
| Hex | 22 | 3A | 3 | 29 | 0 | 5F | 4D | 56 | 5A | C |
| Octal | 42 | 72 | 3 | 51 | 0 | 137 | 115 | 126 | 132 | 14 |
| Binary | 100010 | 111010 | 11 | 101001 | 0 | 1011111 | 1001101 | 1010110 | 1011010 | 1100 |
Color Harmonies of #223A03
Complementary color
Monochromatic Colors of #223A03
Black with #223A03
Text Example
Text Example
White with #223A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A03; }
p { color: rgb(34,58,3); }
H1.HeaderClassName
{
color: #223A03;
}
.AnyTagClassName
{
color: #223A03;
}
</style>
background-color css
<style>
a { background-color: #223A03; }
a { background-color: rgb(34,58,3); }
div.DivClassName
{
background-color: #223A03;
}
.BgClassName
{
background-color: #223A03;
}
</style>
border-color css
<style>
span { border-color: #223A03; }
span { border-color: rgb(34,58,3); }
td.TdClassName
{
border-color: #223A03;
}
.TagClassName
{
border-color: #223A03;
}
</style>