Shades of Forest Green #1B9529
Tints of Forest Green #1B9529
RGB
CMYK
RGB Variations
Color information
#1B9529 (or 0x1B9529) is known color: Forest Green. HEX triplet: 1B, 95 and 29. RGB value is (27,149,41). Sum of RGB (Red+Green+Blue) = 27+149+41=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9529 is #E46AD6. Grayscale: #646464. Windows color (decimal): -14969559 or 2725147. OLE color: 2725147.
HSL color Cylindrical-coordinate representation of color #1B9529: hue angle of 126.89º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9529 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 41 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.42 |
| HSL | 126.89º | 0.69% | 0.35% | - |
| HSV(B) | 126.89º | 0.82% | 0.58% | - |
| XYZ | 11.6 | 21.89 | 5.71 | - |
| YUV | 100.21 | 94.58 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 41 | 0.82 | 0 | 0.72 | 0.42 | 126.89 | 0.69 | 0.35 |
| Hex | 1B | 95 | 29 | 52 | 0 | 48 | 2A | 7F | 45 | 23 |
| Octal | 33 | 225 | 51 | 122 | 0 | 110 | 52 | 177 | 105 | 43 |
| Binary | 11011 | 10010101 | 101001 | 1010010 | 0 | 1001000 | 101010 | 1111111 | 1000101 | 100011 |
Color Harmonies of #1B9529
Complementary color
Monochromatic Colors of #1B9529
Black with #1B9529
Text Example
Text Example
White with #1B9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9529; }
p { color: rgb(27,149,41); }
H1.HeaderClassName
{
color: #1B9529;
}
.AnyTagClassName
{
color: #1B9529;
}
</style>
background-color css
<style>
a { background-color: #1B9529; }
a { background-color: rgb(27,149,41); }
div.DivClassName
{
background-color: #1B9529;
}
.BgClassName
{
background-color: #1B9529;
}
</style>
border-color css
<style>
span { border-color: #1B9529; }
span { border-color: rgb(27,149,41); }
td.TdClassName
{
border-color: #1B9529;
}
.TagClassName
{
border-color: #1B9529;
}
</style>