Shades of Pine Tree #183401
Tints of Pine Tree #183401
RGB
CMYK
RGB Variations
Color information
#183401 (or 0x183401) is known color: Pine Tree. HEX triplet: 18, 34 and 01. RGB value is (24,52,1). Sum of RGB (Red+Green+Blue) = 24+52+1=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 52 (20.70% from 255 or 67.53% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 52 - color contains mainly: green. Hex color #183401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183401 is #E7CBFE. Grayscale: #252525. Windows color (decimal): -15191039 or 78872. OLE color: 78872.
HSL color Cylindrical-coordinate representation of color #183401: hue angle of 92.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #183401 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 52 | 1 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.80 |
| HSL | 92.94º | 0.96% | 0.1% | - |
| HSV(B) | 92.94º | 0.98% | 0.2% | - |
| XYZ | 1.61 | 2.65 | 0.46 | - |
| YUV | 37.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 1 | 0.54 | 0 | 0.98 | 0.80 | 92.94 | 0.96 | 0.1 |
| Hex | 18 | 34 | 1 | 36 | 0 | 62 | 50 | 5D | 60 | A |
| Octal | 30 | 64 | 1 | 66 | 0 | 142 | 120 | 135 | 140 | 12 |
| Binary | 11000 | 110100 | 1 | 110110 | 0 | 1100010 | 1010000 | 1011101 | 1100000 | 1010 |
Color Harmonies of #183401
Complementary color
Monochromatic Colors of #183401
Black with #183401
Text Example
Text Example
White with #183401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183401; }
p { color: rgb(24,52,1); }
H1.HeaderClassName
{
color: #183401;
}
.AnyTagClassName
{
color: #183401;
}
</style>
background-color css
<style>
a { background-color: #183401; }
a { background-color: rgb(24,52,1); }
div.DivClassName
{
background-color: #183401;
}
.BgClassName
{
background-color: #183401;
}
</style>
border-color css
<style>
span { border-color: #183401; }
span { border-color: rgb(24,52,1); }
td.TdClassName
{
border-color: #183401;
}
.TagClassName
{
border-color: #183401;
}
</style>