Shades of Forest Green #1BA52C
Tints of Forest Green #1BA52C
RGB
CMYK
RGB Variations
Color information
#1BA52C (or 0x1BA52C) is known color: Forest Green. HEX triplet: 1B, A5 and 2C. RGB value is (27,165,44). Sum of RGB (Red+Green+Blue) = 27+165+44=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA52C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA52C is #E45AD3. Grayscale: #6E6E6E. Windows color (decimal): -14965460 or 2925851. OLE color: 2925851.
HSL color Cylindrical-coordinate representation of color #1BA52C: hue angle of 127.39º 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 #1BA52C is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 44 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.35 |
| HSL | 127.39º | 0.72% | 0.38% | - |
| HSV(B) | 127.39º | 0.84% | 0.65% | - |
| XYZ | 14.36 | 27.33 | 6.9 | - |
| YUV | 109.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 44 | 0.84 | 0 | 0.73 | 0.35 | 127.39 | 0.72 | 0.38 |
| Hex | 1B | A5 | 2C | 54 | 0 | 49 | 23 | 7F | 48 | 26 |
| Octal | 33 | 245 | 54 | 124 | 0 | 111 | 43 | 177 | 110 | 46 |
| Binary | 11011 | 10100101 | 101100 | 1010100 | 0 | 1001001 | 100011 | 1111111 | 1001000 | 100110 |
Color Harmonies of #1BA52C
Complementary color
Monochromatic Colors of #1BA52C
Black with #1BA52C
Text Example
Text Example
White with #1BA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA52C; }
p { color: rgb(27,165,44); }
H1.HeaderClassName
{
color: #1BA52C;
}
.AnyTagClassName
{
color: #1BA52C;
}
</style>
background-color css
<style>
a { background-color: #1BA52C; }
a { background-color: rgb(27,165,44); }
div.DivClassName
{
background-color: #1BA52C;
}
.BgClassName
{
background-color: #1BA52C;
}
</style>
border-color css
<style>
span { border-color: #1BA52C; }
span { border-color: rgb(27,165,44); }
td.TdClassName
{
border-color: #1BA52C;
}
.TagClassName
{
border-color: #1BA52C;
}
</style>