Shades of Pine Tree #232C0F
Tints of Pine Tree #232C0F
RGB
CMYK
RGB Variations
Color information
#232C0F (or 0x232C0F) is known color: Pine Tree. HEX triplet: 23, 2C and 0F. RGB value is (35,44,15). Sum of RGB (Red+Green+Blue) = 35+44+15=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #232C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232C0F is #DCD3F0. Grayscale: #262626. Windows color (decimal): -14472177 or 994339. OLE color: 994339.
HSL color Cylindrical-coordinate representation of color #232C0F: hue angle of 78.62º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232C0F is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 15 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.83 |
| HSL | 78.62º | 0.49% | 0.12% | - |
| HSV(B) | 78.62º | 0.66% | 0.17% | - |
| XYZ | 1.68 | 2.19 | 0.79 | - |
| YUV | 38 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 15 | 0.20 | 0 | 0.66 | 0.83 | 78.62 | 0.49 | 0.12 |
| Hex | 23 | 2C | F | 14 | 0 | 42 | 53 | 4F | 31 | C |
| Octal | 43 | 54 | 17 | 24 | 0 | 102 | 123 | 117 | 61 | 14 |
| Binary | 100011 | 101100 | 1111 | 10100 | 0 | 1000010 | 1010011 | 1001111 | 110001 | 1100 |
Color Harmonies of #232C0F
Complementary color
Monochromatic Colors of #232C0F
Black with #232C0F
Text Example
Text Example
White with #232C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C0F; }
p { color: rgb(35,44,15); }
H1.HeaderClassName
{
color: #232C0F;
}
.AnyTagClassName
{
color: #232C0F;
}
</style>
background-color css
<style>
a { background-color: #232C0F; }
a { background-color: rgb(35,44,15); }
div.DivClassName
{
background-color: #232C0F;
}
.BgClassName
{
background-color: #232C0F;
}
</style>
border-color css
<style>
span { border-color: #232C0F; }
span { border-color: rgb(35,44,15); }
td.TdClassName
{
border-color: #232C0F;
}
.TagClassName
{
border-color: #232C0F;
}
</style>