Shades of Pine Tree #183701
Tints of Pine Tree #183701
RGB
CMYK
RGB Variations
Color information
#183701 (or 0x183701) is known color: Pine Tree. HEX triplet: 18, 37 and 01. RGB value is (24,55,1). Sum of RGB (Red+Green+Blue) = 24+55+1=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #183701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183701 is #E7C8FE. Grayscale: #272727. Windows color (decimal): -15190271 or 79640. OLE color: 79640.
HSL color Cylindrical-coordinate representation of color #183701: hue angle of 94.44º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #183701 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 1 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.78 |
| HSL | 94.44º | 0.96% | 0.11% | - |
| HSV(B) | 94.44º | 0.98% | 0.22% | - |
| XYZ | 1.75 | 2.93 | 0.5 | - |
| YUV | 39.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 1 | 0.56 | 0 | 0.98 | 0.78 | 94.44 | 0.96 | 0.11 |
| Hex | 18 | 37 | 1 | 38 | 0 | 62 | 4E | 5E | 60 | B |
| Octal | 30 | 67 | 1 | 70 | 0 | 142 | 116 | 136 | 140 | 13 |
| Binary | 11000 | 110111 | 1 | 111000 | 0 | 1100010 | 1001110 | 1011110 | 1100000 | 1011 |
Color Harmonies of #183701
Complementary color
Monochromatic Colors of #183701
Black with #183701
Text Example
Text Example
White with #183701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183701; }
p { color: rgb(24,55,1); }
H1.HeaderClassName
{
color: #183701;
}
.AnyTagClassName
{
color: #183701;
}
</style>
background-color css
<style>
a { background-color: #183701; }
a { background-color: rgb(24,55,1); }
div.DivClassName
{
background-color: #183701;
}
.BgClassName
{
background-color: #183701;
}
</style>
border-color css
<style>
span { border-color: #183701; }
span { border-color: rgb(24,55,1); }
td.TdClassName
{
border-color: #183701;
}
.TagClassName
{
border-color: #183701;
}
</style>