Shades of Pine Tree #182A04
Tints of Pine Tree #182A04
RGB
CMYK
RGB Variations
Color information
#182A04 (or 0x182A04) is known color: Pine Tree. HEX triplet: 18, 2A and 04. RGB value is (24,42,4). Sum of RGB (Red+Green+Blue) = 24+42+4=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 42 (16.80% from 255 or 60% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 42 - color contains mainly: green. Hex color #182A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182A04 is #E7D5FB. Grayscale: #202020. Windows color (decimal): -15193596 or 272920. OLE color: 272920.
HSL color Cylindrical-coordinate representation of color #182A04: hue angle of 88.42º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #182A04 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 42 | 4 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.84 |
| HSL | 88.42º | 0.83% | 0.09% | - |
| HSV(B) | 88.42º | 0.9% | 0.16% | - |
| XYZ | 1.23 | 1.86 | 0.41 | - |
| YUV | 32.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 4 | 0.43 | 0 | 0.90 | 0.84 | 88.42 | 0.83 | 0.09 |
| Hex | 18 | 2A | 4 | 2B | 0 | 5A | 54 | 58 | 53 | 9 |
| Octal | 30 | 52 | 4 | 53 | 0 | 132 | 124 | 130 | 123 | 11 |
| Binary | 11000 | 101010 | 100 | 101011 | 0 | 1011010 | 1010100 | 1011000 | 1010011 | 1001 |
Color Harmonies of #182A04
Complementary color
Monochromatic Colors of #182A04
Black with #182A04
Text Example
Text Example
White with #182A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A04; }
p { color: rgb(24,42,4); }
H1.HeaderClassName
{
color: #182A04;
}
.AnyTagClassName
{
color: #182A04;
}
</style>
background-color css
<style>
a { background-color: #182A04; }
a { background-color: rgb(24,42,4); }
div.DivClassName
{
background-color: #182A04;
}
.BgClassName
{
background-color: #182A04;
}
</style>
border-color css
<style>
span { border-color: #182A04; }
span { border-color: rgb(24,42,4); }
td.TdClassName
{
border-color: #182A04;
}
.TagClassName
{
border-color: #182A04;
}
</style>