Shades of Pine Tree #182301
Tints of Pine Tree #182301
RGB
CMYK
RGB Variations
Color information
#182301 (or 0x182301) is known color: Pine Tree. HEX triplet: 18, 23 and 01. RGB value is (24,35,1). Sum of RGB (Red+Green+Blue) = 24+35+1=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #182301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182301 is #E7DCFE. Grayscale: #1B1B1B. Windows color (decimal): -15195391 or 74520. OLE color: 74520.
HSL color Cylindrical-coordinate representation of color #182301: hue angle of 79.41º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #182301 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 1 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.86 |
| HSL | 79.41º | 0.94% | 0.07% | - |
| HSV(B) | 79.41º | 0.97% | 0.14% | - |
| XYZ | 0.98 | 1.4 | 0.25 | - |
| YUV | 27.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 1 | 0.31 | 0 | 0.97 | 0.86 | 79.41 | 0.94 | 0.07 |
| Hex | 18 | 23 | 1 | 1F | 0 | 61 | 56 | 4F | 5E | 7 |
| Octal | 30 | 43 | 1 | 37 | 0 | 141 | 126 | 117 | 136 | 7 |
| Binary | 11000 | 100011 | 1 | 11111 | 0 | 1100001 | 1010110 | 1001111 | 1011110 | 111 |
Color Harmonies of #182301
Complementary color
Monochromatic Colors of #182301
Black with #182301
Text Example
Text Example
White with #182301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182301; }
p { color: rgb(24,35,1); }
H1.HeaderClassName
{
color: #182301;
}
.AnyTagClassName
{
color: #182301;
}
</style>
background-color css
<style>
a { background-color: #182301; }
a { background-color: rgb(24,35,1); }
div.DivClassName
{
background-color: #182301;
}
.BgClassName
{
background-color: #182301;
}
</style>
border-color css
<style>
span { border-color: #182301; }
span { border-color: rgb(24,35,1); }
td.TdClassName
{
border-color: #182301;
}
.TagClassName
{
border-color: #182301;
}
</style>