Shades of Pine Tree #181E09
Tints of Pine Tree #181E09
RGB
CMYK
RGB Variations
Color information
#181E09 (or 0x181E09) is known color: Pine Tree. HEX triplet: 18, 1E and 09. RGB value is (24,30,9). Sum of RGB (Red+Green+Blue) = 24+30+9=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #181E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E09 is #E7E1F6. Grayscale: #191919. Windows color (decimal): -15196663 or 597528. OLE color: 597528.
HSL color Cylindrical-coordinate representation of color #181E09: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181E09 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 9 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.88 |
| HSL | 77.14º | 0.54% | 0.08% | - |
| HSV(B) | 77.14º | 0.7% | 0.12% | - |
| XYZ | 0.89 | 1.14 | 0.43 | - |
| YUV | 25.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 9 | 0.20 | 0 | 0.70 | 0.88 | 77.14 | 0.54 | 0.08 |
| Hex | 18 | 1E | 9 | 14 | 0 | 46 | 58 | 4D | 36 | 8 |
| Octal | 30 | 36 | 11 | 24 | 0 | 106 | 130 | 115 | 66 | 10 |
| Binary | 11000 | 11110 | 1001 | 10100 | 0 | 1000110 | 1011000 | 1001101 | 110110 | 1000 |
Color Harmonies of #181E09
Complementary color
Monochromatic Colors of #181E09
Black with #181E09
Text Example
Text Example
White with #181E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E09; }
p { color: rgb(24,30,9); }
H1.HeaderClassName
{
color: #181E09;
}
.AnyTagClassName
{
color: #181E09;
}
</style>
background-color css
<style>
a { background-color: #181E09; }
a { background-color: rgb(24,30,9); }
div.DivClassName
{
background-color: #181E09;
}
.BgClassName
{
background-color: #181E09;
}
</style>
border-color css
<style>
span { border-color: #181E09; }
span { border-color: rgb(24,30,9); }
td.TdClassName
{
border-color: #181E09;
}
.TagClassName
{
border-color: #181E09;
}
</style>