Shades of Pine Tree #233A0A
Tints of Pine Tree #233A0A
RGB
CMYK
RGB Variations
Color information
#233A0A (or 0x233A0A) is known color: Pine Tree. HEX triplet: 23, 3A and 0A. RGB value is (35,58,10). Sum of RGB (Red+Green+Blue) = 35+58+10=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #233A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A0A is #DCC5F5. Grayscale: #2D2D2D. Windows color (decimal): -14468598 or 670243. OLE color: 670243.
HSL color Cylindrical-coordinate representation of color #233A0A: hue angle of 88.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233A0A is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 10 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.77 |
| HSL | 88.75º | 0.71% | 0.13% | - |
| HSV(B) | 88.75º | 0.83% | 0.23% | - |
| XYZ | 2.26 | 3.41 | 0.83 | - |
| YUV | 45.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 10 | 0.40 | 0 | 0.83 | 0.77 | 88.75 | 0.71 | 0.13 |
| Hex | 23 | 3A | A | 28 | 0 | 53 | 4D | 59 | 47 | D |
| Octal | 43 | 72 | 12 | 50 | 0 | 123 | 115 | 131 | 107 | 15 |
| Binary | 100011 | 111010 | 1010 | 101000 | 0 | 1010011 | 1001101 | 1011001 | 1000111 | 1101 |
Color Harmonies of #233A0A
Complementary color
Monochromatic Colors of #233A0A
Black with #233A0A
Text Example
Text Example
White with #233A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A0A; }
p { color: rgb(35,58,10); }
H1.HeaderClassName
{
color: #233A0A;
}
.AnyTagClassName
{
color: #233A0A;
}
</style>
background-color css
<style>
a { background-color: #233A0A; }
a { background-color: rgb(35,58,10); }
div.DivClassName
{
background-color: #233A0A;
}
.BgClassName
{
background-color: #233A0A;
}
</style>
border-color css
<style>
span { border-color: #233A0A; }
span { border-color: rgb(35,58,10); }
td.TdClassName
{
border-color: #233A0A;
}
.TagClassName
{
border-color: #233A0A;
}
</style>