Shades of Pine Tree #232F07
Tints of Pine Tree #232F07
RGB
CMYK
RGB Variations
Color information
#232F07 (or 0x232F07) is known color: Pine Tree. HEX triplet: 23, 2F and 07. RGB value is (35,47,7). Sum of RGB (Red+Green+Blue) = 35+47+7=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 47 (18.75% from 255 or 52.81% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 47 - color contains mainly: green. Hex color #232F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232F07 is #DCD0F8. Grayscale: #272727. Windows color (decimal): -14471417 or 470819. OLE color: 470819.
HSL color Cylindrical-coordinate representation of color #232F07: hue angle of 78º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232F07 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 7 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.82 |
| HSL | 78º | 0.74% | 0.11% | - |
| HSV(B) | 78º | 0.85% | 0.18% | - |
| XYZ | 1.75 | 2.41 | 0.57 | - |
| YUV | 38.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 7 | 0.26 | 0 | 0.85 | 0.82 | 78 | 0.74 | 0.11 |
| Hex | 23 | 2F | 7 | 1A | 0 | 55 | 52 | 4E | 4A | B |
| Octal | 43 | 57 | 7 | 32 | 0 | 125 | 122 | 116 | 112 | 13 |
| Binary | 100011 | 101111 | 111 | 11010 | 0 | 1010101 | 1010010 | 1001110 | 1001010 | 1011 |
Color Harmonies of #232F07
Complementary color
Monochromatic Colors of #232F07
Black with #232F07
Text Example
Text Example
White with #232F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F07; }
p { color: rgb(35,47,7); }
H1.HeaderClassName
{
color: #232F07;
}
.AnyTagClassName
{
color: #232F07;
}
</style>
background-color css
<style>
a { background-color: #232F07; }
a { background-color: rgb(35,47,7); }
div.DivClassName
{
background-color: #232F07;
}
.BgClassName
{
background-color: #232F07;
}
</style>
border-color css
<style>
span { border-color: #232F07; }
span { border-color: rgb(35,47,7); }
td.TdClassName
{
border-color: #232F07;
}
.TagClassName
{
border-color: #232F07;
}
</style>