Shades of Pine Tree #182501
Tints of Pine Tree #182501
RGB
CMYK
RGB Variations
Color information
#182501 (or 0x182501) is known color: Pine Tree. HEX triplet: 18, 25 and 01. RGB value is (24,37,1). Sum of RGB (Red+Green+Blue) = 24+37+1=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #182501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182501 is #E7DAFE. Grayscale: #1D1D1D. Windows color (decimal): -15194879 or 75032. OLE color: 75032.
HSL color Cylindrical-coordinate representation of color #182501: hue angle of 81.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #182501 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 37 | 1 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.85 |
| HSL | 81.67º | 0.95% | 0.07% | - |
| HSV(B) | 81.67º | 0.97% | 0.15% | - |
| XYZ | 1.04 | 1.52 | 0.27 | - |
| YUV | 29.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 1 | 0.35 | 0 | 0.97 | 0.85 | 81.67 | 0.95 | 0.07 |
| Hex | 18 | 25 | 1 | 23 | 0 | 61 | 55 | 52 | 5F | 7 |
| Octal | 30 | 45 | 1 | 43 | 0 | 141 | 125 | 122 | 137 | 7 |
| Binary | 11000 | 100101 | 1 | 100011 | 0 | 1100001 | 1010101 | 1010010 | 1011111 | 111 |
Color Harmonies of #182501
Complementary color
Monochromatic Colors of #182501
Black with #182501
Text Example
Text Example
White with #182501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182501; }
p { color: rgb(24,37,1); }
H1.HeaderClassName
{
color: #182501;
}
.AnyTagClassName
{
color: #182501;
}
</style>
background-color css
<style>
a { background-color: #182501; }
a { background-color: rgb(24,37,1); }
div.DivClassName
{
background-color: #182501;
}
.BgClassName
{
background-color: #182501;
}
</style>
border-color css
<style>
span { border-color: #182501; }
span { border-color: rgb(24,37,1); }
td.TdClassName
{
border-color: #182501;
}
.TagClassName
{
border-color: #182501;
}
</style>