Shades of Forest Green #1BA319
Tints of Forest Green #1BA319
RGB
CMYK
RGB Variations
Color information
#1BA319 (or 0x1BA319) is known color: Forest Green. HEX triplet: 1B, A3 and 19. RGB value is (27,163,25). Sum of RGB (Red+Green+Blue) = 27+163+25=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 163 (64.06% from 255 or 75.81% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA319 is #E45CE6. Grayscale: #6B6B6B. Windows color (decimal): -14965991 or 1680155. OLE color: 1680155.
HSL color Cylindrical-coordinate representation of color #1BA319: hue angle of 119.13º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BA319 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 25 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.36 |
| HSL | 119.13º | 0.73% | 0.37% | - |
| HSV(B) | 119.13º | 0.85% | 0.64% | - |
| XYZ | 13.72 | 26.5 | 5.31 | - |
| YUV | 106.6 | 81.94 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 25 | 0.83 | 0 | 0.85 | 0.36 | 119.13 | 0.73 | 0.37 |
| Hex | 1B | A3 | 19 | 53 | 0 | 55 | 24 | 77 | 49 | 25 |
| Octal | 33 | 243 | 31 | 123 | 0 | 125 | 44 | 167 | 111 | 45 |
| Binary | 11011 | 10100011 | 11001 | 1010011 | 0 | 1010101 | 100100 | 1110111 | 1001001 | 100101 |
Color Harmonies of #1BA319
Complementary color
Monochromatic Colors of #1BA319
Black with #1BA319
Text Example
Text Example
White with #1BA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA319; }
p { color: rgb(27,163,25); }
H1.HeaderClassName
{
color: #1BA319;
}
.AnyTagClassName
{
color: #1BA319;
}
</style>
background-color css
<style>
a { background-color: #1BA319; }
a { background-color: rgb(27,163,25); }
div.DivClassName
{
background-color: #1BA319;
}
.BgClassName
{
background-color: #1BA319;
}
</style>
border-color css
<style>
span { border-color: #1BA319; }
span { border-color: rgb(27,163,25); }
td.TdClassName
{
border-color: #1BA319;
}
.TagClassName
{
border-color: #1BA319;
}
</style>