Shades of Pine Tree #233A05
Tints of Pine Tree #233A05
RGB
CMYK
RGB Variations
Color information
#233A05 (or 0x233A05) is known color: Pine Tree. HEX triplet: 23, 3A and 05. RGB value is (35,58,5). Sum of RGB (Red+Green+Blue) = 35+58+5=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #233A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A05 is #DCC5FA. Grayscale: #2D2D2D. Windows color (decimal): -14468603 or 342563. OLE color: 342563.
HSL color Cylindrical-coordinate representation of color #233A05: hue angle of 86.04º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #233A05 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 5 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.77 |
| HSL | 86.04º | 0.84% | 0.12% | - |
| HSV(B) | 86.04º | 0.91% | 0.23% | - |
| XYZ | 2.23 | 3.39 | 0.68 | - |
| YUV | 45.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 5 | 0.40 | 0 | 0.91 | 0.77 | 86.04 | 0.84 | 0.12 |
| Hex | 23 | 3A | 5 | 28 | 0 | 5B | 4D | 56 | 54 | C |
| Octal | 43 | 72 | 5 | 50 | 0 | 133 | 115 | 126 | 124 | 14 |
| Binary | 100011 | 111010 | 101 | 101000 | 0 | 1011011 | 1001101 | 1010110 | 1010100 | 1100 |
Color Harmonies of #233A05
Complementary color
Monochromatic Colors of #233A05
Black with #233A05
Text Example
Text Example
White with #233A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A05; }
p { color: rgb(35,58,5); }
H1.HeaderClassName
{
color: #233A05;
}
.AnyTagClassName
{
color: #233A05;
}
</style>
background-color css
<style>
a { background-color: #233A05; }
a { background-color: rgb(35,58,5); }
div.DivClassName
{
background-color: #233A05;
}
.BgClassName
{
background-color: #233A05;
}
</style>
border-color css
<style>
span { border-color: #233A05; }
span { border-color: rgb(35,58,5); }
td.TdClassName
{
border-color: #233A05;
}
.TagClassName
{
border-color: #233A05;
}
</style>