Shades of Pine Tree #182B04
Tints of Pine Tree #182B04
RGB
CMYK
RGB Variations
Color information
#182B04 (or 0x182B04) is known color: Pine Tree. HEX triplet: 18, 2B and 04. RGB value is (24,43,4). Sum of RGB (Red+Green+Blue) = 24+43+4=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 43 (17.19% from 255 or 60.56% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 43 - color contains mainly: green. Hex color #182B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182B04 is #E7D4FB. Grayscale: #212121. Windows color (decimal): -15193340 or 273176. OLE color: 273176.
HSL color Cylindrical-coordinate representation of color #182B04: hue angle of 89.23º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #182B04 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 43 | 4 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.83 |
| HSL | 89.23º | 0.83% | 0.09% | - |
| HSV(B) | 89.23º | 0.91% | 0.17% | - |
| XYZ | 1.26 | 1.93 | 0.42 | - |
| YUV | 32.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 4 | 0.44 | 0 | 0.91 | 0.83 | 89.23 | 0.83 | 0.09 |
| Hex | 18 | 2B | 4 | 2C | 0 | 5B | 53 | 59 | 53 | 9 |
| Octal | 30 | 53 | 4 | 54 | 0 | 133 | 123 | 131 | 123 | 11 |
| Binary | 11000 | 101011 | 100 | 101100 | 0 | 1011011 | 1010011 | 1011001 | 1010011 | 1001 |
Color Harmonies of #182B04
Complementary color
Monochromatic Colors of #182B04
Black with #182B04
Text Example
Text Example
White with #182B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B04; }
p { color: rgb(24,43,4); }
H1.HeaderClassName
{
color: #182B04;
}
.AnyTagClassName
{
color: #182B04;
}
</style>
background-color css
<style>
a { background-color: #182B04; }
a { background-color: rgb(24,43,4); }
div.DivClassName
{
background-color: #182B04;
}
.BgClassName
{
background-color: #182B04;
}
</style>
border-color css
<style>
span { border-color: #182B04; }
span { border-color: rgb(24,43,4); }
td.TdClassName
{
border-color: #182B04;
}
.TagClassName
{
border-color: #182B04;
}
</style>