Shades of Pine Tree #182203
Tints of Pine Tree #182203
RGB
CMYK
RGB Variations
Color information
#182203 (or 0x182203) is known color: Pine Tree. HEX triplet: 18, 22 and 03. RGB value is (24,34,3). Sum of RGB (Red+Green+Blue) = 24+34+3=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #182203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182203 is #E7DDFC. Grayscale: #1B1B1B. Windows color (decimal): -15195645 or 205336. OLE color: 205336.
HSL color Cylindrical-coordinate representation of color #182203: hue angle of 79.35º degrees, saturation: 0.84, 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 #182203 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 34 | 3 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.87 |
| HSL | 79.35º | 0.84% | 0.07% | - |
| HSV(B) | 79.35º | 0.91% | 0.13% | - |
| XYZ | 0.97 | 1.34 | 0.29 | - |
| YUV | 27.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 3 | 0.29 | 0 | 0.91 | 0.87 | 79.35 | 0.84 | 0.07 |
| Hex | 18 | 22 | 3 | 1D | 0 | 5B | 57 | 4F | 54 | 7 |
| Octal | 30 | 42 | 3 | 35 | 0 | 133 | 127 | 117 | 124 | 7 |
| Binary | 11000 | 100010 | 11 | 11101 | 0 | 1011011 | 1010111 | 1001111 | 1010100 | 111 |
Color Harmonies of #182203
Complementary color
Monochromatic Colors of #182203
Black with #182203
Text Example
Text Example
White with #182203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182203; }
p { color: rgb(24,34,3); }
H1.HeaderClassName
{
color: #182203;
}
.AnyTagClassName
{
color: #182203;
}
</style>
background-color css
<style>
a { background-color: #182203; }
a { background-color: rgb(24,34,3); }
div.DivClassName
{
background-color: #182203;
}
.BgClassName
{
background-color: #182203;
}
</style>
border-color css
<style>
span { border-color: #182203; }
span { border-color: rgb(24,34,3); }
td.TdClassName
{
border-color: #182203;
}
.TagClassName
{
border-color: #182203;
}
</style>