Shades of Pine Tree #223F0B
Tints of Pine Tree #223F0B
RGB
CMYK
RGB Variations
Color information
#223F0B (or 0x223F0B) is known color: Pine Tree. HEX triplet: 22, 3F and 0B. RGB value is (34,63,11). Sum of RGB (Red+Green+Blue) = 34+63+11=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #223F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223F0B is #DDC0F4. Grayscale: #303030. Windows color (decimal): -14532853 or 737058. OLE color: 737058.
HSL color Cylindrical-coordinate representation of color #223F0B: hue angle of 93.46º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #223F0B is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 11 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.75 |
| HSL | 93.46º | 0.7% | 0.15% | - |
| HSV(B) | 93.46º | 0.83% | 0.25% | - |
| XYZ | 2.5 | 3.92 | 0.94 | - |
| YUV | 48.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 11 | 0.46 | 0 | 0.83 | 0.75 | 93.46 | 0.7 | 0.15 |
| Hex | 22 | 3F | B | 2E | 0 | 53 | 4B | 5D | 46 | F |
| Octal | 42 | 77 | 13 | 56 | 0 | 123 | 113 | 135 | 106 | 17 |
| Binary | 100010 | 111111 | 1011 | 101110 | 0 | 1010011 | 1001011 | 1011101 | 1000110 | 1111 |
Color Harmonies of #223F0B
Complementary color
Monochromatic Colors of #223F0B
Black with #223F0B
Text Example
Text Example
White with #223F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F0B; }
p { color: rgb(34,63,11); }
H1.HeaderClassName
{
color: #223F0B;
}
.AnyTagClassName
{
color: #223F0B;
}
</style>
background-color css
<style>
a { background-color: #223F0B; }
a { background-color: rgb(34,63,11); }
div.DivClassName
{
background-color: #223F0B;
}
.BgClassName
{
background-color: #223F0B;
}
</style>
border-color css
<style>
span { border-color: #223F0B; }
span { border-color: rgb(34,63,11); }
td.TdClassName
{
border-color: #223F0B;
}
.TagClassName
{
border-color: #223F0B;
}
</style>