Shades of Pine Tree #233A06
Tints of Pine Tree #233A06
RGB
CMYK
RGB Variations
Color information
#233A06 (or 0x233A06) is known color: Pine Tree. HEX triplet: 23, 3A and 06. RGB value is (35,58,6). Sum of RGB (Red+Green+Blue) = 35+58+6=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 58 (23.05% from 255 or 58.59% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 58 - color contains mainly: green. Hex color #233A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A06 is #DCC5F9. Grayscale: #2D2D2D. Windows color (decimal): -14468602 or 408099. OLE color: 408099.
HSL color Cylindrical-coordinate representation of color #233A06: hue angle of 86.54º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #233A06 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 6 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.77 |
| HSL | 86.54º | 0.81% | 0.13% | - |
| HSV(B) | 86.54º | 0.9% | 0.23% | - |
| XYZ | 2.24 | 3.4 | 0.71 | - |
| YUV | 45.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 6 | 0.40 | 0 | 0.90 | 0.77 | 86.54 | 0.81 | 0.13 |
| Hex | 23 | 3A | 6 | 28 | 0 | 5A | 4D | 57 | 51 | D |
| Octal | 43 | 72 | 6 | 50 | 0 | 132 | 115 | 127 | 121 | 15 |
| Binary | 100011 | 111010 | 110 | 101000 | 0 | 1011010 | 1001101 | 1010111 | 1010001 | 1101 |
Color Harmonies of #233A06
Complementary color
Monochromatic Colors of #233A06
Black with #233A06
Text Example
Text Example
White with #233A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A06; }
p { color: rgb(35,58,6); }
H1.HeaderClassName
{
color: #233A06;
}
.AnyTagClassName
{
color: #233A06;
}
</style>
background-color css
<style>
a { background-color: #233A06; }
a { background-color: rgb(35,58,6); }
div.DivClassName
{
background-color: #233A06;
}
.BgClassName
{
background-color: #233A06;
}
</style>
border-color css
<style>
span { border-color: #233A06; }
span { border-color: rgb(35,58,6); }
td.TdClassName
{
border-color: #233A06;
}
.TagClassName
{
border-color: #233A06;
}
</style>