Shades of Pine Tree #223A0F
Tints of Pine Tree #223A0F
RGB
CMYK
RGB Variations
Color information
#223A0F (or 0x223A0F) is known color: Pine Tree. HEX triplet: 22, 3A and 0F. RGB value is (34,58,15). Sum of RGB (Red+Green+Blue) = 34+58+15=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #223A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223A0F is #DDC5F0. Grayscale: #2E2E2E. Windows color (decimal): -14534129 or 997922. OLE color: 997922.
HSL color Cylindrical-coordinate representation of color #223A0F: hue angle of 93.49º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223A0F is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 15 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.77 |
| HSL | 93.49º | 0.59% | 0.14% | - |
| HSV(B) | 93.49º | 0.74% | 0.23% | - |
| XYZ | 2.26 | 3.4 | 0.99 | - |
| YUV | 45.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 15 | 0.41 | 0 | 0.74 | 0.77 | 93.49 | 0.59 | 0.14 |
| Hex | 22 | 3A | F | 29 | 0 | 4A | 4D | 5D | 3B | E |
| Octal | 42 | 72 | 17 | 51 | 0 | 112 | 115 | 135 | 73 | 16 |
| Binary | 100010 | 111010 | 1111 | 101001 | 0 | 1001010 | 1001101 | 1011101 | 111011 | 1110 |
Color Harmonies of #223A0F
Complementary color
Monochromatic Colors of #223A0F
Black with #223A0F
Text Example
Text Example
White with #223A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A0F; }
p { color: rgb(34,58,15); }
H1.HeaderClassName
{
color: #223A0F;
}
.AnyTagClassName
{
color: #223A0F;
}
</style>
background-color css
<style>
a { background-color: #223A0F; }
a { background-color: rgb(34,58,15); }
div.DivClassName
{
background-color: #223A0F;
}
.BgClassName
{
background-color: #223A0F;
}
</style>
border-color css
<style>
span { border-color: #223A0F; }
span { border-color: rgb(34,58,15); }
td.TdClassName
{
border-color: #223A0F;
}
.TagClassName
{
border-color: #223A0F;
}
</style>