Shades of Forest Green #1B983B
Tints of Forest Green #1B983B
RGB
CMYK
RGB Variations
Color information
#1B983B (or 0x1B983B) is known color: Forest Green. HEX triplet: 1B, 98 and 3B. RGB value is (27,152,59). Sum of RGB (Red+Green+Blue) = 27+152+59=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #1B983B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B983B is #E467C4. Grayscale: #686868. Windows color (decimal): -14968773 or 3905563. OLE color: 3905563.
HSL color Cylindrical-coordinate representation of color #1B983B: hue angle of 135.36º 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 #1B983B is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 152 | 59 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.40 |
| HSL | 135.36º | 0.7% | 0.35% | - |
| HSV(B) | 135.36º | 0.82% | 0.6% | - |
| XYZ | 12.47 | 23.01 | 7.92 | - |
| YUV | 104.02 | 102.59 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 59 | 0.82 | 0 | 0.61 | 0.40 | 135.36 | 0.7 | 0.35 |
| Hex | 1B | 98 | 3B | 52 | 0 | 3D | 28 | 87 | 46 | 23 |
| Octal | 33 | 230 | 73 | 122 | 0 | 75 | 50 | 207 | 106 | 43 |
| Binary | 11011 | 10011000 | 111011 | 1010010 | 0 | 111101 | 101000 | 10000111 | 1000110 | 100011 |
Color Harmonies of #1B983B
Complementary color
Monochromatic Colors of #1B983B
Black with #1B983B
Text Example
Text Example
White with #1B983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B983B; }
p { color: rgb(27,152,59); }
H1.HeaderClassName
{
color: #1B983B;
}
.AnyTagClassName
{
color: #1B983B;
}
</style>
background-color css
<style>
a { background-color: #1B983B; }
a { background-color: rgb(27,152,59); }
div.DivClassName
{
background-color: #1B983B;
}
.BgClassName
{
background-color: #1B983B;
}
</style>
border-color css
<style>
span { border-color: #1B983B; }
span { border-color: rgb(27,152,59); }
td.TdClassName
{
border-color: #1B983B;
}
.TagClassName
{
border-color: #1B983B;
}
</style>