Shades of Pine Tree #182B00
Tints of Pine Tree #182B00
RGB
CMYK
RGB Variations
Color information
#182B00 (or 0x182B00) is known color: Pine Tree. HEX triplet: 18, 2B and 00. RGB value is (24,43,0). Sum of RGB (Red+Green+Blue) = 24+43+0=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 43 (17.19% from 255 or 64.18% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 43 - color contains mainly: green. Hex color #182B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182B00 is #E7D4FF. Grayscale: #202020. Windows color (decimal): -15193344 or 11032. OLE color: 11032.
HSL color Cylindrical-coordinate representation of color #182B00: hue angle of 86.51º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #182B00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.83 |
| HSL | 86.51º | 1% | 0.08% | - |
| HSV(B) | 86.51º | 1% | 0.17% | - |
| XYZ | 1.24 | 1.92 | 0.31 | - |
| YUV | 32.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 0 | 0.44 | 0 | 1 | 0.83 | 86.51 | 1 | 0.08 |
| Hex | 18 | 2B | 0 | 2C | 0 | 64 | 53 | 57 | 64 | 8 |
| Octal | 30 | 53 | 0 | 54 | 0 | 144 | 123 | 127 | 144 | 10 |
| Binary | 11000 | 101011 | 0 | 101100 | 0 | 1100100 | 1010011 | 1010111 | 1100100 | 1000 |
Color Harmonies of #182B00
Complementary color
Monochromatic Colors of #182B00
Black with #182B00
Text Example
Text Example
White with #182B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B00; }
p { color: rgb(24,43,0); }
H1.HeaderClassName
{
color: #182B00;
}
.AnyTagClassName
{
color: #182B00;
}
</style>
background-color css
<style>
a { background-color: #182B00; }
a { background-color: rgb(24,43,0); }
div.DivClassName
{
background-color: #182B00;
}
.BgClassName
{
background-color: #182B00;
}
</style>
border-color css
<style>
span { border-color: #182B00; }
span { border-color: rgb(24,43,0); }
td.TdClassName
{
border-color: #182B00;
}
.TagClassName
{
border-color: #182B00;
}
</style>