Shades of Pine Tree #182F07
Tints of Pine Tree #182F07
RGB
CMYK
RGB Variations
Color information
#182F07 (or 0x182F07) is known color: Pine Tree. HEX triplet: 18, 2F and 07. RGB value is (24,47,7). Sum of RGB (Red+Green+Blue) = 24+47+7=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 47 (18.75% from 255 or 60.26% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 47 - color contains mainly: green. Hex color #182F07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182F07 is #E7D0F8. Grayscale: #232323. Windows color (decimal): -15192313 or 470808. OLE color: 470808.
HSL color Cylindrical-coordinate representation of color #182F07: hue angle of 94.5º 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 #182F07 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 47 | 7 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.82 |
| HSL | 94.5º | 0.74% | 0.11% | - |
| HSV(B) | 94.5º | 0.85% | 0.18% | - |
| XYZ | 1.43 | 2.24 | 0.56 | - |
| YUV | 35.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 7 | 0.49 | 0 | 0.85 | 0.82 | 94.5 | 0.74 | 0.11 |
| Hex | 18 | 2F | 7 | 31 | 0 | 55 | 52 | 5E | 4A | B |
| Octal | 30 | 57 | 7 | 61 | 0 | 125 | 122 | 136 | 112 | 13 |
| Binary | 11000 | 101111 | 111 | 110001 | 0 | 1010101 | 1010010 | 1011110 | 1001010 | 1011 |
Color Harmonies of #182F07
Complementary color
Monochromatic Colors of #182F07
Black with #182F07
Text Example
Text Example
White with #182F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F07; }
p { color: rgb(24,47,7); }
H1.HeaderClassName
{
color: #182F07;
}
.AnyTagClassName
{
color: #182F07;
}
</style>
background-color css
<style>
a { background-color: #182F07; }
a { background-color: rgb(24,47,7); }
div.DivClassName
{
background-color: #182F07;
}
.BgClassName
{
background-color: #182F07;
}
</style>
border-color css
<style>
span { border-color: #182F07; }
span { border-color: rgb(24,47,7); }
td.TdClassName
{
border-color: #182F07;
}
.TagClassName
{
border-color: #182F07;
}
</style>