Shades of Pine Tree #182F09
Tints of Pine Tree #182F09
RGB
CMYK
RGB Variations
Color information
#182F09 (or 0x182F09) is known color: Pine Tree. HEX triplet: 18, 2F and 09. RGB value is (24,47,9). Sum of RGB (Red+Green+Blue) = 24+47+9=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 47 (18.75% from 255 or 58.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 47 - color contains mainly: green. Hex color #182F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182F09 is #E7D0F6. Grayscale: #232323. Windows color (decimal): -15192311 or 601880. OLE color: 601880.
HSL color Cylindrical-coordinate representation of color #182F09: hue angle of 96.32º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182F09 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 47 | 9 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.82 |
| HSL | 96.32º | 0.68% | 0.11% | - |
| HSV(B) | 96.32º | 0.81% | 0.18% | - |
| XYZ | 1.44 | 2.25 | 0.62 | - |
| YUV | 35.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 9 | 0.49 | 0 | 0.81 | 0.82 | 96.32 | 0.68 | 0.11 |
| Hex | 18 | 2F | 9 | 31 | 0 | 51 | 52 | 60 | 44 | B |
| Octal | 30 | 57 | 11 | 61 | 0 | 121 | 122 | 140 | 104 | 13 |
| Binary | 11000 | 101111 | 1001 | 110001 | 0 | 1010001 | 1010010 | 1100000 | 1000100 | 1011 |
Color Harmonies of #182F09
Complementary color
Monochromatic Colors of #182F09
Black with #182F09
Text Example
Text Example
White with #182F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F09; }
p { color: rgb(24,47,9); }
H1.HeaderClassName
{
color: #182F09;
}
.AnyTagClassName
{
color: #182F09;
}
</style>
background-color css
<style>
a { background-color: #182F09; }
a { background-color: rgb(24,47,9); }
div.DivClassName
{
background-color: #182F09;
}
.BgClassName
{
background-color: #182F09;
}
</style>
border-color css
<style>
span { border-color: #182F09; }
span { border-color: rgb(24,47,9); }
td.TdClassName
{
border-color: #182F09;
}
.TagClassName
{
border-color: #182F09;
}
</style>