Shades of Pine Tree #233005
Tints of Pine Tree #233005
RGB
CMYK
RGB Variations
Color information
#233005 (or 0x233005) is known color: Pine Tree. HEX triplet: 23, 30 and 05. RGB value is (35,48,5). Sum of RGB (Red+Green+Blue) = 35+48+5=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #233005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233005 is #DCCFFA. Grayscale: #272727. Windows color (decimal): -14471163 or 340003. OLE color: 340003.
HSL color Cylindrical-coordinate representation of color #233005: hue angle of 78.14º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #233005 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 48 | 5 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.81 |
| HSL | 78.14º | 0.81% | 0.1% | - |
| HSV(B) | 78.14º | 0.9% | 0.19% | - |
| XYZ | 1.78 | 2.48 | 0.53 | - |
| YUV | 39.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 5 | 0.27 | 0 | 0.90 | 0.81 | 78.14 | 0.81 | 0.1 |
| Hex | 23 | 30 | 5 | 1B | 0 | 5A | 51 | 4E | 51 | A |
| Octal | 43 | 60 | 5 | 33 | 0 | 132 | 121 | 116 | 121 | 12 |
| Binary | 100011 | 110000 | 101 | 11011 | 0 | 1011010 | 1010001 | 1001110 | 1010001 | 1010 |
Color Harmonies of #233005
Complementary color
Monochromatic Colors of #233005
Black with #233005
Text Example
Text Example
White with #233005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233005; }
p { color: rgb(35,48,5); }
H1.HeaderClassName
{
color: #233005;
}
.AnyTagClassName
{
color: #233005;
}
</style>
background-color css
<style>
a { background-color: #233005; }
a { background-color: rgb(35,48,5); }
div.DivClassName
{
background-color: #233005;
}
.BgClassName
{
background-color: #233005;
}
</style>
border-color css
<style>
span { border-color: #233005; }
span { border-color: rgb(35,48,5); }
td.TdClassName
{
border-color: #233005;
}
.TagClassName
{
border-color: #233005;
}
</style>