Shades of Forest Green #1B9018
Tints of Forest Green #1B9018
RGB
CMYK
RGB Variations
Color information
#1B9018 (or 0x1B9018) is known color: Forest Green. HEX triplet: 1B, 90 and 18. RGB value is (27,144,24). Sum of RGB (Red+Green+Blue) = 27+144+24=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 144 (56.64% from 255 or 73.85% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 144 - color contains mainly: green. Hex color #1B9018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9018 is #E46FE7. Grayscale: #5F5F5F. Windows color (decimal): -14970856 or 1609755. OLE color: 1609755.
HSL color Cylindrical-coordinate representation of color #1B9018: hue angle of 118.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B9018 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 144 | 24 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.44 |
| HSL | 118.5º | 0.71% | 0.33% | - |
| HSV(B) | 118.5º | 0.83% | 0.56% | - |
| XYZ | 10.59 | 20.25 | 4.21 | - |
| YUV | 95.34 | 87.74 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 144 | 24 | 0.81 | 0 | 0.83 | 0.44 | 118.5 | 0.71 | 0.33 |
| Hex | 1B | 90 | 18 | 51 | 0 | 53 | 2C | 76 | 47 | 21 |
| Octal | 33 | 220 | 30 | 121 | 0 | 123 | 54 | 166 | 107 | 41 |
| Binary | 11011 | 10010000 | 11000 | 1010001 | 0 | 1010011 | 101100 | 1110110 | 1000111 | 100001 |
Color Harmonies of #1B9018
Complementary color
Monochromatic Colors of #1B9018
Black with #1B9018
Text Example
Text Example
White with #1B9018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9018; }
p { color: rgb(27,144,24); }
H1.HeaderClassName
{
color: #1B9018;
}
.AnyTagClassName
{
color: #1B9018;
}
</style>
background-color css
<style>
a { background-color: #1B9018; }
a { background-color: rgb(27,144,24); }
div.DivClassName
{
background-color: #1B9018;
}
.BgClassName
{
background-color: #1B9018;
}
</style>
border-color css
<style>
span { border-color: #1B9018; }
span { border-color: rgb(27,144,24); }
td.TdClassName
{
border-color: #1B9018;
}
.TagClassName
{
border-color: #1B9018;
}
</style>