Shades of Pine Tree #223D00
Tints of Pine Tree #223D00
RGB
CMYK
RGB Variations
Color information
#223D00 (or 0x223D00) is known color: Pine Tree. HEX triplet: 22, 3D and 00. RGB value is (34,61,0). Sum of RGB (Red+Green+Blue) = 34+61+0=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #223D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223D00 is #DDC2FF. Grayscale: #2E2E2E. Windows color (decimal): -14533376 or 15650. OLE color: 15650.
HSL color Cylindrical-coordinate representation of color #223D00: hue angle of 86.56º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #223D00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 61 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.76 |
| HSL | 86.56º | 1% | 0.12% | - |
| HSV(B) | 86.56º | 1% | 0.24% | - |
| XYZ | 2.33 | 3.68 | 0.59 | - |
| YUV | 45.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 0 | 0.44 | 0 | 1 | 0.76 | 86.56 | 1 | 0.12 |
| Hex | 22 | 3D | 0 | 2C | 0 | 64 | 4C | 57 | 64 | C |
| Octal | 42 | 75 | 0 | 54 | 0 | 144 | 114 | 127 | 144 | 14 |
| Binary | 100010 | 111101 | 0 | 101100 | 0 | 1100100 | 1001100 | 1010111 | 1100100 | 1100 |
Color Harmonies of #223D00
Complementary color
Monochromatic Colors of #223D00
Black with #223D00
Text Example
Text Example
White with #223D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D00; }
p { color: rgb(34,61,0); }
H1.HeaderClassName
{
color: #223D00;
}
.AnyTagClassName
{
color: #223D00;
}
</style>
background-color css
<style>
a { background-color: #223D00; }
a { background-color: rgb(34,61,0); }
div.DivClassName
{
background-color: #223D00;
}
.BgClassName
{
background-color: #223D00;
}
</style>
border-color css
<style>
span { border-color: #223D00; }
span { border-color: rgb(34,61,0); }
td.TdClassName
{
border-color: #223D00;
}
.TagClassName
{
border-color: #223D00;
}
</style>