Shades of Pine Tree #182701
Tints of Pine Tree #182701
RGB
CMYK
RGB Variations
Color information
#182701 (or 0x182701) is known color: Pine Tree. HEX triplet: 18, 27 and 01. RGB value is (24,39,1). Sum of RGB (Red+Green+Blue) = 24+39+1=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 39 (15.62% from 255 or 60.94% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 39 - color contains mainly: green. Hex color #182701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182701 is #E7D8FE. Grayscale: #1E1E1E. Windows color (decimal): -15194367 or 75544. OLE color: 75544.
HSL color Cylindrical-coordinate representation of color #182701: hue angle of 83.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #182701 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 39 | 1 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.85 |
| HSL | 83.68º | 0.95% | 0.08% | - |
| HSV(B) | 83.68º | 0.97% | 0.15% | - |
| XYZ | 1.11 | 1.65 | 0.29 | - |
| YUV | 30.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 1 | 0.38 | 0 | 0.97 | 0.85 | 83.68 | 0.95 | 0.08 |
| Hex | 18 | 27 | 1 | 26 | 0 | 61 | 55 | 54 | 5F | 8 |
| Octal | 30 | 47 | 1 | 46 | 0 | 141 | 125 | 124 | 137 | 10 |
| Binary | 11000 | 100111 | 1 | 100110 | 0 | 1100001 | 1010101 | 1010100 | 1011111 | 1000 |
Color Harmonies of #182701
Complementary color
Monochromatic Colors of #182701
Black with #182701
Text Example
Text Example
White with #182701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182701; }
p { color: rgb(24,39,1); }
H1.HeaderClassName
{
color: #182701;
}
.AnyTagClassName
{
color: #182701;
}
</style>
background-color css
<style>
a { background-color: #182701; }
a { background-color: rgb(24,39,1); }
div.DivClassName
{
background-color: #182701;
}
.BgClassName
{
background-color: #182701;
}
</style>
border-color css
<style>
span { border-color: #182701; }
span { border-color: rgb(24,39,1); }
td.TdClassName
{
border-color: #182701;
}
.TagClassName
{
border-color: #182701;
}
</style>