Shades of Forest Green #1BA529
Tints of Forest Green #1BA529
RGB
CMYK
RGB Variations
Color information
#1BA529 (or 0x1BA529) is known color: Forest Green. HEX triplet: 1B, A5 and 29. RGB value is (27,165,41). Sum of RGB (Red+Green+Blue) = 27+165+41=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA529 is #E45AD6. Grayscale: #6D6D6D. Windows color (decimal): -14965463 or 2729243. OLE color: 2729243.
HSL color Cylindrical-coordinate representation of color #1BA529: hue angle of 126.09º 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 #1BA529 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 41 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.35 |
| HSL | 126.09º | 0.72% | 0.38% | - |
| HSV(B) | 126.09º | 0.84% | 0.65% | - |
| XYZ | 14.31 | 27.3 | 6.61 | - |
| YUV | 109.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 41 | 0.84 | 0 | 0.75 | 0.35 | 126.09 | 0.72 | 0.38 |
| Hex | 1B | A5 | 29 | 54 | 0 | 4B | 23 | 7E | 48 | 26 |
| Octal | 33 | 245 | 51 | 124 | 0 | 113 | 43 | 176 | 110 | 46 |
| Binary | 11011 | 10100101 | 101001 | 1010100 | 0 | 1001011 | 100011 | 1111110 | 1001000 | 100110 |
Color Harmonies of #1BA529
Complementary color
Monochromatic Colors of #1BA529
Black with #1BA529
Text Example
Text Example
White with #1BA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA529; }
p { color: rgb(27,165,41); }
H1.HeaderClassName
{
color: #1BA529;
}
.AnyTagClassName
{
color: #1BA529;
}
</style>
background-color css
<style>
a { background-color: #1BA529; }
a { background-color: rgb(27,165,41); }
div.DivClassName
{
background-color: #1BA529;
}
.BgClassName
{
background-color: #1BA529;
}
</style>
border-color css
<style>
span { border-color: #1BA529; }
span { border-color: rgb(27,165,41); }
td.TdClassName
{
border-color: #1BA529;
}
.TagClassName
{
border-color: #1BA529;
}
</style>