Shades of Pine Tree #233F05
Tints of Pine Tree #233F05
RGB
CMYK
RGB Variations
Color information
#233F05 (or 0x233F05) is known color: Pine Tree. HEX triplet: 23, 3F and 05. RGB value is (35,63,5). Sum of RGB (Red+Green+Blue) = 35+63+5=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #233F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233F05 is #DCC0FA. Grayscale: #303030. Windows color (decimal): -14467323 or 343843. OLE color: 343843.
HSL color Cylindrical-coordinate representation of color #233F05: hue angle of 88.97º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #233F05 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 5 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.75 |
| HSL | 88.97º | 0.85% | 0.13% | - |
| HSV(B) | 88.97º | 0.92% | 0.25% | - |
| XYZ | 2.5 | 3.92 | 0.77 | - |
| YUV | 48.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 5 | 0.44 | 0 | 0.92 | 0.75 | 88.97 | 0.85 | 0.13 |
| Hex | 23 | 3F | 5 | 2C | 0 | 5C | 4B | 59 | 55 | D |
| Octal | 43 | 77 | 5 | 54 | 0 | 134 | 113 | 131 | 125 | 15 |
| Binary | 100011 | 111111 | 101 | 101100 | 0 | 1011100 | 1001011 | 1011001 | 1010101 | 1101 |
Color Harmonies of #233F05
Complementary color
Monochromatic Colors of #233F05
Black with #233F05
Text Example
Text Example
White with #233F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F05; }
p { color: rgb(35,63,5); }
H1.HeaderClassName
{
color: #233F05;
}
.AnyTagClassName
{
color: #233F05;
}
</style>
background-color css
<style>
a { background-color: #233F05; }
a { background-color: rgb(35,63,5); }
div.DivClassName
{
background-color: #233F05;
}
.BgClassName
{
background-color: #233F05;
}
</style>
border-color css
<style>
span { border-color: #233F05; }
span { border-color: rgb(35,63,5); }
td.TdClassName
{
border-color: #233F05;
}
.TagClassName
{
border-color: #233F05;
}
</style>