Shades of Forest Green #1B9418
Tints of Forest Green #1B9418
RGB
CMYK
RGB Variations
Color information
#1B9418 (or 0x1B9418) is known color: Forest Green. HEX triplet: 1B, 94 and 18. RGB value is (27,148,24). Sum of RGB (Red+Green+Blue) = 27+148+24=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 148 (58.20% from 255 or 74.37% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9418 is #E46BE7. Grayscale: #626262. Windows color (decimal): -14969832 or 1610779. OLE color: 1610779.
HSL color Cylindrical-coordinate representation of color #1B9418: hue angle of 118.55º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B9418 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 24 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.42 |
| HSL | 118.55º | 0.72% | 0.34% | - |
| HSV(B) | 118.55º | 0.84% | 0.58% | - |
| XYZ | 11.21 | 21.48 | 4.42 | - |
| YUV | 97.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 24 | 0.82 | 0 | 0.84 | 0.42 | 118.55 | 0.72 | 0.34 |
| Hex | 1B | 94 | 18 | 52 | 0 | 54 | 2A | 77 | 48 | 22 |
| Octal | 33 | 224 | 30 | 122 | 0 | 124 | 52 | 167 | 110 | 42 |
| Binary | 11011 | 10010100 | 11000 | 1010010 | 0 | 1010100 | 101010 | 1110111 | 1001000 | 100010 |
Color Harmonies of #1B9418
Complementary color
Monochromatic Colors of #1B9418
Black with #1B9418
Text Example
Text Example
White with #1B9418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9418; }
p { color: rgb(27,148,24); }
H1.HeaderClassName
{
color: #1B9418;
}
.AnyTagClassName
{
color: #1B9418;
}
</style>
background-color css
<style>
a { background-color: #1B9418; }
a { background-color: rgb(27,148,24); }
div.DivClassName
{
background-color: #1B9418;
}
.BgClassName
{
background-color: #1B9418;
}
</style>
border-color css
<style>
span { border-color: #1B9418; }
span { border-color: rgb(27,148,24); }
td.TdClassName
{
border-color: #1B9418;
}
.TagClassName
{
border-color: #1B9418;
}
</style>