Shades of Pine Tree #182103
Tints of Pine Tree #182103
RGB
CMYK
RGB Variations
Color information
#182103 (or 0x182103) is known color: Pine Tree. HEX triplet: 18, 21 and 03. RGB value is (24,33,3). Sum of RGB (Red+Green+Blue) = 24+33+3=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #182103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182103 is #E7DEFC. Grayscale: #1A1A1A. Windows color (decimal): -15195901 or 205080. OLE color: 205080.
HSL color Cylindrical-coordinate representation of color #182103: hue angle of 78º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #182103 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 33 | 3 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.87 |
| HSL | 78º | 0.83% | 0.07% | - |
| HSV(B) | 78º | 0.91% | 0.13% | - |
| XYZ | 0.94 | 1.29 | 0.29 | - |
| YUV | 26.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 3 | 0.27 | 0 | 0.91 | 0.87 | 78 | 0.83 | 0.07 |
| Hex | 18 | 21 | 3 | 1B | 0 | 5B | 57 | 4E | 53 | 7 |
| Octal | 30 | 41 | 3 | 33 | 0 | 133 | 127 | 116 | 123 | 7 |
| Binary | 11000 | 100001 | 11 | 11011 | 0 | 1011011 | 1010111 | 1001110 | 1010011 | 111 |
Color Harmonies of #182103
Complementary color
Monochromatic Colors of #182103
Black with #182103
Text Example
Text Example
White with #182103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182103; }
p { color: rgb(24,33,3); }
H1.HeaderClassName
{
color: #182103;
}
.AnyTagClassName
{
color: #182103;
}
</style>
background-color css
<style>
a { background-color: #182103; }
a { background-color: rgb(24,33,3); }
div.DivClassName
{
background-color: #182103;
}
.BgClassName
{
background-color: #182103;
}
</style>
border-color css
<style>
span { border-color: #182103; }
span { border-color: rgb(24,33,3); }
td.TdClassName
{
border-color: #182103;
}
.TagClassName
{
border-color: #182103;
}
</style>