Shades of Pine Tree #233F06
Tints of Pine Tree #233F06
RGB
CMYK
RGB Variations
Color information
#233F06 (or 0x233F06) is known color: Pine Tree. HEX triplet: 23, 3F and 06. RGB value is (35,63,6). Sum of RGB (Red+Green+Blue) = 35+63+6=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #233F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233F06 is #DCC0F9. Grayscale: #303030. Windows color (decimal): -14467322 or 409379. OLE color: 409379.
HSL color Cylindrical-coordinate representation of color #233F06: hue angle of 89.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #233F06 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 6 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.75 |
| HSL | 89.47º | 0.83% | 0.14% | - |
| HSV(B) | 89.47º | 0.9% | 0.25% | - |
| XYZ | 2.5 | 3.93 | 0.8 | - |
| YUV | 48.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 6 | 0.44 | 0 | 0.90 | 0.75 | 89.47 | 0.83 | 0.14 |
| Hex | 23 | 3F | 6 | 2C | 0 | 5A | 4B | 59 | 53 | E |
| Octal | 43 | 77 | 6 | 54 | 0 | 132 | 113 | 131 | 123 | 16 |
| Binary | 100011 | 111111 | 110 | 101100 | 0 | 1011010 | 1001011 | 1011001 | 1010011 | 1110 |
Color Harmonies of #233F06
Complementary color
Monochromatic Colors of #233F06
Black with #233F06
Text Example
Text Example
White with #233F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F06; }
p { color: rgb(35,63,6); }
H1.HeaderClassName
{
color: #233F06;
}
.AnyTagClassName
{
color: #233F06;
}
</style>
background-color css
<style>
a { background-color: #233F06; }
a { background-color: rgb(35,63,6); }
div.DivClassName
{
background-color: #233F06;
}
.BgClassName
{
background-color: #233F06;
}
</style>
border-color css
<style>
span { border-color: #233F06; }
span { border-color: rgb(35,63,6); }
td.TdClassName
{
border-color: #233F06;
}
.TagClassName
{
border-color: #233F06;
}
</style>