Shades of Pine Tree #234306
Tints of Pine Tree #234306
RGB
CMYK
RGB Variations
Color information
#234306 (or 0x234306) is known color: Pine Tree. HEX triplet: 23, 43 and 06. RGB value is (35,67,6). Sum of RGB (Red+Green+Blue) = 35+67+6=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #234306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234306 is #DCBCF9. Grayscale: #323232. Windows color (decimal): -14466298 or 410403. OLE color: 410403.
HSL color Cylindrical-coordinate representation of color #234306: hue angle of 91.48º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #234306 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 67 | 6 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.74 |
| HSL | 91.48º | 0.84% | 0.14% | - |
| HSV(B) | 91.48º | 0.91% | 0.26% | - |
| XYZ | 2.73 | 4.38 | 0.87 | - |
| YUV | 50.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 6 | 0.48 | 0 | 0.91 | 0.74 | 91.48 | 0.84 | 0.14 |
| Hex | 23 | 43 | 6 | 30 | 0 | 5B | 4A | 5B | 54 | E |
| Octal | 43 | 103 | 6 | 60 | 0 | 133 | 112 | 133 | 124 | 16 |
| Binary | 100011 | 1000011 | 110 | 110000 | 0 | 1011011 | 1001010 | 1011011 | 1010100 | 1110 |
Color Harmonies of #234306
Complementary color
Monochromatic Colors of #234306
Black with #234306
Text Example
Text Example
White with #234306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234306; }
p { color: rgb(35,67,6); }
H1.HeaderClassName
{
color: #234306;
}
.AnyTagClassName
{
color: #234306;
}
</style>
background-color css
<style>
a { background-color: #234306; }
a { background-color: rgb(35,67,6); }
div.DivClassName
{
background-color: #234306;
}
.BgClassName
{
background-color: #234306;
}
</style>
border-color css
<style>
span { border-color: #234306; }
span { border-color: rgb(35,67,6); }
td.TdClassName
{
border-color: #234306;
}
.TagClassName
{
border-color: #234306;
}
</style>