Shades of Forest Green #1B942E
Tints of Forest Green #1B942E
RGB
CMYK
RGB Variations
Color information
#1B942E (or 0x1B942E) is known color: Forest Green. HEX triplet: 1B, 94 and 2E. RGB value is (27,148,46). Sum of RGB (Red+Green+Blue) = 27+148+46=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #1B942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B942E is #E46BD1. Grayscale: #646464. Windows color (decimal): -14969810 or 3052571. OLE color: 3052571.
HSL color Cylindrical-coordinate representation of color #1B942E: hue angle of 129.42º 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 #1B942E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 46 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.42 |
| HSL | 129.42º | 0.69% | 0.34% | - |
| HSV(B) | 129.42º | 0.82% | 0.58% | - |
| XYZ | 11.54 | 21.61 | 6.15 | - |
| YUV | 100.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 46 | 0.82 | 0 | 0.69 | 0.42 | 129.42 | 0.69 | 0.34 |
| Hex | 1B | 94 | 2E | 52 | 0 | 45 | 2A | 81 | 45 | 22 |
| Octal | 33 | 224 | 56 | 122 | 0 | 105 | 52 | 201 | 105 | 42 |
| Binary | 11011 | 10010100 | 101110 | 1010010 | 0 | 1000101 | 101010 | 10000001 | 1000101 | 100010 |
Color Harmonies of #1B942E
Complementary color
Monochromatic Colors of #1B942E
Black with #1B942E
Text Example
Text Example
White with #1B942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B942E; }
p { color: rgb(27,148,46); }
H1.HeaderClassName
{
color: #1B942E;
}
.AnyTagClassName
{
color: #1B942E;
}
</style>
background-color css
<style>
a { background-color: #1B942E; }
a { background-color: rgb(27,148,46); }
div.DivClassName
{
background-color: #1B942E;
}
.BgClassName
{
background-color: #1B942E;
}
</style>
border-color css
<style>
span { border-color: #1B942E; }
span { border-color: rgb(27,148,46); }
td.TdClassName
{
border-color: #1B942E;
}
.TagClassName
{
border-color: #1B942E;
}
</style>