Shades of Forest Green #1B982D
Tints of Forest Green #1B982D
RGB
CMYK
RGB Variations
Color information
#1B982D (or 0x1B982D) is known color: Forest Green. HEX triplet: 1B, 98 and 2D. RGB value is (27,152,45). Sum of RGB (Red+Green+Blue) = 27+152+45=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #1B982D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B982D is #E467D2. Grayscale: #666666. Windows color (decimal): -14968787 or 2988059. OLE color: 2988059.
HSL color Cylindrical-coordinate representation of color #1B982D: hue angle of 128.64º 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 #1B982D is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 152 | 45 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.40 |
| HSL | 128.64º | 0.7% | 0.35% | - |
| HSV(B) | 128.64º | 0.82% | 0.6% | - |
| XYZ | 12.15 | 22.88 | 6.26 | - |
| YUV | 102.43 | 95.59 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 45 | 0.82 | 0 | 0.70 | 0.40 | 128.64 | 0.7 | 0.35 |
| Hex | 1B | 98 | 2D | 52 | 0 | 46 | 28 | 81 | 46 | 23 |
| Octal | 33 | 230 | 55 | 122 | 0 | 106 | 50 | 201 | 106 | 43 |
| Binary | 11011 | 10011000 | 101101 | 1010010 | 0 | 1000110 | 101000 | 10000001 | 1000110 | 100011 |
Color Harmonies of #1B982D
Complementary color
Monochromatic Colors of #1B982D
Black with #1B982D
Text Example
Text Example
White with #1B982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B982D; }
p { color: rgb(27,152,45); }
H1.HeaderClassName
{
color: #1B982D;
}
.AnyTagClassName
{
color: #1B982D;
}
</style>
background-color css
<style>
a { background-color: #1B982D; }
a { background-color: rgb(27,152,45); }
div.DivClassName
{
background-color: #1B982D;
}
.BgClassName
{
background-color: #1B982D;
}
</style>
border-color css
<style>
span { border-color: #1B982D; }
span { border-color: rgb(27,152,45); }
td.TdClassName
{
border-color: #1B982D;
}
.TagClassName
{
border-color: #1B982D;
}
</style>