Shades of Pine Tree #182007
Tints of Pine Tree #182007
RGB
CMYK
RGB Variations
Color information
#182007 (or 0x182007) is known color: Pine Tree. HEX triplet: 18, 20 and 07. RGB value is (24,32,7). Sum of RGB (Red+Green+Blue) = 24+32+7=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #182007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182007 is #E7DFF8. Grayscale: #1A1A1A. Windows color (decimal): -15196153 or 466968. OLE color: 466968.
HSL color Cylindrical-coordinate representation of color #182007: hue angle of 79.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #182007 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 32 | 7 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.87 |
| HSL | 79.2º | 0.64% | 0.08% | - |
| HSV(B) | 79.2º | 0.78% | 0.13% | - |
| XYZ | 0.93 | 1.24 | 0.39 | - |
| YUV | 26.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 7 | 0.25 | 0 | 0.78 | 0.87 | 79.2 | 0.64 | 0.08 |
| Hex | 18 | 20 | 7 | 19 | 0 | 4E | 57 | 4F | 40 | 8 |
| Octal | 30 | 40 | 7 | 31 | 0 | 116 | 127 | 117 | 100 | 10 |
| Binary | 11000 | 100000 | 111 | 11001 | 0 | 1001110 | 1010111 | 1001111 | 1000000 | 1000 |
Color Harmonies of #182007
Complementary color
Monochromatic Colors of #182007
Black with #182007
Text Example
Text Example
White with #182007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182007; }
p { color: rgb(24,32,7); }
H1.HeaderClassName
{
color: #182007;
}
.AnyTagClassName
{
color: #182007;
}
</style>
background-color css
<style>
a { background-color: #182007; }
a { background-color: rgb(24,32,7); }
div.DivClassName
{
background-color: #182007;
}
.BgClassName
{
background-color: #182007;
}
</style>
border-color css
<style>
span { border-color: #182007; }
span { border-color: rgb(24,32,7); }
td.TdClassName
{
border-color: #182007;
}
.TagClassName
{
border-color: #182007;
}
</style>