Shades of Pine Tree #233A08
Tints of Pine Tree #233A08
RGB
CMYK
RGB Variations
Color information
#233A08 (or 0x233A08) is known color: Pine Tree. HEX triplet: 23, 3A and 08. RGB value is (35,58,8). Sum of RGB (Red+Green+Blue) = 35+58+8=101 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.65% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #233A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A08 is #DCC5F7. Grayscale: #2D2D2D. Windows color (decimal): -14468600 or 539171. OLE color: 539171.
HSL color Cylindrical-coordinate representation of color #233A08: hue angle of 87.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233A08 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 8 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.77 |
| HSL | 87.6º | 0.76% | 0.13% | - |
| HSV(B) | 87.6º | 0.86% | 0.23% | - |
| XYZ | 2.25 | 3.4 | 0.77 | - |
| YUV | 45.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 8 | 0.40 | 0 | 0.86 | 0.77 | 87.6 | 0.76 | 0.13 |
| Hex | 23 | 3A | 8 | 28 | 0 | 56 | 4D | 58 | 4C | D |
| Octal | 43 | 72 | 10 | 50 | 0 | 126 | 115 | 130 | 114 | 15 |
| Binary | 100011 | 111010 | 1000 | 101000 | 0 | 1010110 | 1001101 | 1011000 | 1001100 | 1101 |
Color Harmonies of #233A08
Complementary color
Monochromatic Colors of #233A08
Black with #233A08
Text Example
Text Example
White with #233A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A08; }
p { color: rgb(35,58,8); }
H1.HeaderClassName
{
color: #233A08;
}
.AnyTagClassName
{
color: #233A08;
}
</style>
background-color css
<style>
a { background-color: #233A08; }
a { background-color: rgb(35,58,8); }
div.DivClassName
{
background-color: #233A08;
}
.BgClassName
{
background-color: #233A08;
}
</style>
border-color css
<style>
span { border-color: #233A08; }
span { border-color: rgb(35,58,8); }
td.TdClassName
{
border-color: #233A08;
}
.TagClassName
{
border-color: #233A08;
}
</style>