Shades of Forest Green #1BA62D
Tints of Forest Green #1BA62D
RGB
CMYK
RGB Variations
Color information
#1BA62D (or 0x1BA62D) is known color: Forest Green. HEX triplet: 1B, A6 and 2D. RGB value is (27,166,45). Sum of RGB (Red+Green+Blue) = 27+166+45=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 166 (65.23% from 255 or 69.75% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA62D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA62D is #E459D2. Grayscale: #6E6E6E. Windows color (decimal): -14965203 or 2991643. OLE color: 2991643.
HSL color Cylindrical-coordinate representation of color #1BA62D: hue angle of 127.77º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA62D is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 45 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.35 |
| HSL | 127.77º | 0.72% | 0.38% | - |
| HSV(B) | 127.77º | 0.84% | 0.65% | - |
| XYZ | 14.56 | 27.69 | 7.06 | - |
| YUV | 110.65 | 90.95 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 45 | 0.84 | 0 | 0.73 | 0.35 | 127.77 | 0.72 | 0.38 |
| Hex | 1B | A6 | 2D | 54 | 0 | 49 | 23 | 80 | 48 | 26 |
| Octal | 33 | 246 | 55 | 124 | 0 | 111 | 43 | 200 | 110 | 46 |
| Binary | 11011 | 10100110 | 101101 | 1010100 | 0 | 1001001 | 100011 | 10000000 | 1001000 | 100110 |
Color Harmonies of #1BA62D
Complementary color
Monochromatic Colors of #1BA62D
Black with #1BA62D
Text Example
Text Example
White with #1BA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA62D; }
p { color: rgb(27,166,45); }
H1.HeaderClassName
{
color: #1BA62D;
}
.AnyTagClassName
{
color: #1BA62D;
}
</style>
background-color css
<style>
a { background-color: #1BA62D; }
a { background-color: rgb(27,166,45); }
div.DivClassName
{
background-color: #1BA62D;
}
.BgClassName
{
background-color: #1BA62D;
}
</style>
border-color css
<style>
span { border-color: #1BA62D; }
span { border-color: rgb(27,166,45); }
td.TdClassName
{
border-color: #1BA62D;
}
.TagClassName
{
border-color: #1BA62D;
}
</style>