Shades of Forest Green #1B941D
Tints of Forest Green #1B941D
RGB
CMYK
RGB Variations
Color information
#1B941D (or 0x1B941D) is known color: Forest Green. HEX triplet: 1B, 94 and 1D. RGB value is (27,148,29). Sum of RGB (Red+Green+Blue) = 27+148+29=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #1B941D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B941D is #E46BE2. Grayscale: #626262. Windows color (decimal): -14969827 or 1938459. OLE color: 1938459.
HSL color Cylindrical-coordinate representation of color #1B941D: hue angle of 120.99º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B941D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 29 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.42 |
| HSL | 120.99º | 0.69% | 0.34% | - |
| HSV(B) | 120.99º | 0.82% | 0.58% | - |
| XYZ | 11.26 | 21.5 | 4.72 | - |
| YUV | 98.26 | 88.91 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 29 | 0.82 | 0 | 0.80 | 0.42 | 120.99 | 0.69 | 0.34 |
| Hex | 1B | 94 | 1D | 52 | 0 | 50 | 2A | 79 | 45 | 22 |
| Octal | 33 | 224 | 35 | 122 | 0 | 120 | 52 | 171 | 105 | 42 |
| Binary | 11011 | 10010100 | 11101 | 1010010 | 0 | 1010000 | 101010 | 1111001 | 1000101 | 100010 |
Color Harmonies of #1B941D
Complementary color
Monochromatic Colors of #1B941D
Black with #1B941D
Text Example
Text Example
White with #1B941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B941D; }
p { color: rgb(27,148,29); }
H1.HeaderClassName
{
color: #1B941D;
}
.AnyTagClassName
{
color: #1B941D;
}
</style>
background-color css
<style>
a { background-color: #1B941D; }
a { background-color: rgb(27,148,29); }
div.DivClassName
{
background-color: #1B941D;
}
.BgClassName
{
background-color: #1B941D;
}
</style>
border-color css
<style>
span { border-color: #1B941D; }
span { border-color: rgb(27,148,29); }
td.TdClassName
{
border-color: #1B941D;
}
.TagClassName
{
border-color: #1B941D;
}
</style>