Shades of Pine Tree #232F14
Tints of Pine Tree #232F14
RGB
CMYK
RGB Variations
Color information
#232F14 (or 0x232F14) is known color: Pine Tree. HEX triplet: 23, 2F and 14. RGB value is (35,47,20). Sum of RGB (Red+Green+Blue) = 35+47+20=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #232F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F14 is #DCD0EB. Grayscale: #282828. Windows color (decimal): -14471404 or 1322787. OLE color: 1322787.
HSL color Cylindrical-coordinate representation of color #232F14: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232F14 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 20 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.82 |
| HSL | 86.67º | 0.4% | 0.13% | - |
| HSV(B) | 86.67º | 0.57% | 0.18% | - |
| XYZ | 1.84 | 2.44 | 1.04 | - |
| YUV | 40.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 20 | 0.26 | 0 | 0.57 | 0.82 | 86.67 | 0.4 | 0.13 |
| Hex | 23 | 2F | 14 | 1A | 0 | 39 | 52 | 57 | 28 | D |
| Octal | 43 | 57 | 24 | 32 | 0 | 71 | 122 | 127 | 50 | 15 |
| Binary | 100011 | 101111 | 10100 | 11010 | 0 | 111001 | 1010010 | 1010111 | 101000 | 1101 |
Color Harmonies of #232F14
Complementary color
Monochromatic Colors of #232F14
Black with #232F14
Text Example
Text Example
White with #232F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F14; }
p { color: rgb(35,47,20); }
H1.HeaderClassName
{
color: #232F14;
}
.AnyTagClassName
{
color: #232F14;
}
</style>
background-color css
<style>
a { background-color: #232F14; }
a { background-color: rgb(35,47,20); }
div.DivClassName
{
background-color: #232F14;
}
.BgClassName
{
background-color: #232F14;
}
</style>
border-color css
<style>
span { border-color: #232F14; }
span { border-color: rgb(35,47,20); }
td.TdClassName
{
border-color: #232F14;
}
.TagClassName
{
border-color: #232F14;
}
</style>