Shades of Pine Tree #233A04
Tints of Pine Tree #233A04
RGB
CMYK
RGB Variations
Color information
#233A04 (or 0x233A04) is known color: Pine Tree. HEX triplet: 23, 3A and 04. RGB value is (35,58,4). Sum of RGB (Red+Green+Blue) = 35+58+4=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #233A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A04 is #DCC5FB. Grayscale: #2D2D2D. Windows color (decimal): -14468604 or 277027. OLE color: 277027.
HSL color Cylindrical-coordinate representation of color #233A04: hue angle of 85.56º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #233A04 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 4 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.77 |
| HSL | 85.56º | 0.87% | 0.12% | - |
| HSV(B) | 85.56º | 0.93% | 0.23% | - |
| XYZ | 2.23 | 3.39 | 0.65 | - |
| YUV | 44.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 4 | 0.40 | 0 | 0.93 | 0.77 | 85.56 | 0.87 | 0.12 |
| Hex | 23 | 3A | 4 | 28 | 0 | 5D | 4D | 56 | 57 | C |
| Octal | 43 | 72 | 4 | 50 | 0 | 135 | 115 | 126 | 127 | 14 |
| Binary | 100011 | 111010 | 100 | 101000 | 0 | 1011101 | 1001101 | 1010110 | 1010111 | 1100 |
Color Harmonies of #233A04
Complementary color
Monochromatic Colors of #233A04
Black with #233A04
Text Example
Text Example
White with #233A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A04; }
p { color: rgb(35,58,4); }
H1.HeaderClassName
{
color: #233A04;
}
.AnyTagClassName
{
color: #233A04;
}
</style>
background-color css
<style>
a { background-color: #233A04; }
a { background-color: rgb(35,58,4); }
div.DivClassName
{
background-color: #233A04;
}
.BgClassName
{
background-color: #233A04;
}
</style>
border-color css
<style>
span { border-color: #233A04; }
span { border-color: rgb(35,58,4); }
td.TdClassName
{
border-color: #233A04;
}
.TagClassName
{
border-color: #233A04;
}
</style>