Shades of Pine Tree #233C0D
Tints of Pine Tree #233C0D
RGB
CMYK
RGB Variations
Color information
#233C0D (or 0x233C0D) is known color: Pine Tree. HEX triplet: 23, 3C and 0D. RGB value is (35,60,13). Sum of RGB (Red+Green+Blue) = 35+60+13=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #233C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233C0D is #DCC3F2. Grayscale: #2F2F2F. Windows color (decimal): -14468083 or 867363. OLE color: 867363.
HSL color Cylindrical-coordinate representation of color #233C0D: hue angle of 91.91º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233C0D is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 13 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.76 |
| HSL | 91.91º | 0.64% | 0.14% | - |
| HSV(B) | 91.91º | 0.78% | 0.24% | - |
| XYZ | 2.38 | 3.62 | 0.95 | - |
| YUV | 47.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 13 | 0.42 | 0 | 0.78 | 0.76 | 91.91 | 0.64 | 0.14 |
| Hex | 23 | 3C | D | 2A | 0 | 4E | 4C | 5C | 40 | E |
| Octal | 43 | 74 | 15 | 52 | 0 | 116 | 114 | 134 | 100 | 16 |
| Binary | 100011 | 111100 | 1101 | 101010 | 0 | 1001110 | 1001100 | 1011100 | 1000000 | 1110 |
Color Harmonies of #233C0D
Complementary color
Monochromatic Colors of #233C0D
Black with #233C0D
Text Example
Text Example
White with #233C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C0D; }
p { color: rgb(35,60,13); }
H1.HeaderClassName
{
color: #233C0D;
}
.AnyTagClassName
{
color: #233C0D;
}
</style>
background-color css
<style>
a { background-color: #233C0D; }
a { background-color: rgb(35,60,13); }
div.DivClassName
{
background-color: #233C0D;
}
.BgClassName
{
background-color: #233C0D;
}
</style>
border-color css
<style>
span { border-color: #233C0D; }
span { border-color: rgb(35,60,13); }
td.TdClassName
{
border-color: #233C0D;
}
.TagClassName
{
border-color: #233C0D;
}
</style>