Shades of Forest Green #1B940F
Tints of Forest Green #1B940F
RGB
CMYK
RGB Variations
Color information
#1B940F (or 0x1B940F) is known color: Forest Green. HEX triplet: 1B, 94 and 0F. RGB value is (27,148,15). Sum of RGB (Red+Green+Blue) = 27+148+15=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #1B940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B940F is #E46BF0. Grayscale: #616161. Windows color (decimal): -14969841 or 1020955. OLE color: 1020955.
HSL color Cylindrical-coordinate representation of color #1B940F: hue angle of 114.59º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B940F is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 15 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.42 |
| HSL | 114.59º | 0.82% | 0.32% | - |
| HSV(B) | 114.59º | 0.9% | 0.58% | - |
| XYZ | 11.13 | 21.45 | 4.01 | - |
| YUV | 96.66 | 81.91 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 15 | 0.82 | 0 | 0.90 | 0.42 | 114.59 | 0.82 | 0.32 |
| Hex | 1B | 94 | F | 52 | 0 | 5A | 2A | 73 | 52 | 20 |
| Octal | 33 | 224 | 17 | 122 | 0 | 132 | 52 | 163 | 122 | 40 |
| Binary | 11011 | 10010100 | 1111 | 1010010 | 0 | 1011010 | 101010 | 1110011 | 1010010 | 100000 |
Color Harmonies of #1B940F
Complementary color
Monochromatic Colors of #1B940F
Black with #1B940F
Text Example
Text Example
White with #1B940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B940F; }
p { color: rgb(27,148,15); }
H1.HeaderClassName
{
color: #1B940F;
}
.AnyTagClassName
{
color: #1B940F;
}
</style>
background-color css
<style>
a { background-color: #1B940F; }
a { background-color: rgb(27,148,15); }
div.DivClassName
{
background-color: #1B940F;
}
.BgClassName
{
background-color: #1B940F;
}
</style>
border-color css
<style>
span { border-color: #1B940F; }
span { border-color: rgb(27,148,15); }
td.TdClassName
{
border-color: #1B940F;
}
.TagClassName
{
border-color: #1B940F;
}
</style>