Shades of Forest Green #1B982B
Tints of Forest Green #1B982B
RGB
CMYK
RGB Variations
Color information
#1B982B (or 0x1B982B) is known color: Forest Green. HEX triplet: 1B, 98 and 2B. RGB value is (27,152,43). Sum of RGB (Red+Green+Blue) = 27+152+43=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 152 (59.77% from 255 or 68.47% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 152 - color contains mainly: green. Hex color #1B982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B982B is #E467D4. Grayscale: #666666. Windows color (decimal): -14968789 or 2856987. OLE color: 2856987.
HSL color Cylindrical-coordinate representation of color #1B982B: hue angle of 127.68º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B982B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 152 | 43 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.40 |
| HSL | 127.68º | 0.7% | 0.35% | - |
| HSV(B) | 127.68º | 0.82% | 0.6% | - |
| XYZ | 12.12 | 22.86 | 6.06 | - |
| YUV | 102.2 | 94.59 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 43 | 0.82 | 0 | 0.72 | 0.40 | 127.68 | 0.7 | 0.35 |
| Hex | 1B | 98 | 2B | 52 | 0 | 48 | 28 | 80 | 46 | 23 |
| Octal | 33 | 230 | 53 | 122 | 0 | 110 | 50 | 200 | 106 | 43 |
| Binary | 11011 | 10011000 | 101011 | 1010010 | 0 | 1001000 | 101000 | 10000000 | 1000110 | 100011 |
Color Harmonies of #1B982B
Complementary color
Monochromatic Colors of #1B982B
Black with #1B982B
Text Example
Text Example
White with #1B982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B982B; }
p { color: rgb(27,152,43); }
H1.HeaderClassName
{
color: #1B982B;
}
.AnyTagClassName
{
color: #1B982B;
}
</style>
background-color css
<style>
a { background-color: #1B982B; }
a { background-color: rgb(27,152,43); }
div.DivClassName
{
background-color: #1B982B;
}
.BgClassName
{
background-color: #1B982B;
}
</style>
border-color css
<style>
span { border-color: #1B982B; }
span { border-color: rgb(27,152,43); }
td.TdClassName
{
border-color: #1B982B;
}
.TagClassName
{
border-color: #1B982B;
}
</style>