Shades of Forest Green #1BA318
Tints of Forest Green #1BA318
RGB
CMYK
RGB Variations
Color information
#1BA318 (or 0x1BA318) is known color: Forest Green. HEX triplet: 1B, A3 and 18. RGB value is (27,163,24). Sum of RGB (Red+Green+Blue) = 27+163+24=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 163 (64.06% from 255 or 76.17% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA318 is #E45CE7. Grayscale: #6A6A6A. Windows color (decimal): -14965992 or 1614619. OLE color: 1614619.
HSL color Cylindrical-coordinate representation of color #1BA318: hue angle of 118.71º degrees, saturation: 0.74, 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 #1BA318 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 24 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.36 |
| HSL | 118.71º | 0.74% | 0.37% | - |
| HSV(B) | 118.71º | 0.85% | 0.64% | - |
| XYZ | 13.71 | 26.49 | 5.26 | - |
| YUV | 106.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 24 | 0.83 | 0 | 0.85 | 0.36 | 118.71 | 0.74 | 0.37 |
| Hex | 1B | A3 | 18 | 53 | 0 | 55 | 24 | 77 | 4A | 25 |
| Octal | 33 | 243 | 30 | 123 | 0 | 125 | 44 | 167 | 112 | 45 |
| Binary | 11011 | 10100011 | 11000 | 1010011 | 0 | 1010101 | 100100 | 1110111 | 1001010 | 100101 |
Color Harmonies of #1BA318
Complementary color
Monochromatic Colors of #1BA318
Black with #1BA318
Text Example
Text Example
White with #1BA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA318; }
p { color: rgb(27,163,24); }
H1.HeaderClassName
{
color: #1BA318;
}
.AnyTagClassName
{
color: #1BA318;
}
</style>
background-color css
<style>
a { background-color: #1BA318; }
a { background-color: rgb(27,163,24); }
div.DivClassName
{
background-color: #1BA318;
}
.BgClassName
{
background-color: #1BA318;
}
</style>
border-color css
<style>
span { border-color: #1BA318; }
span { border-color: rgb(27,163,24); }
td.TdClassName
{
border-color: #1BA318;
}
.TagClassName
{
border-color: #1BA318;
}
</style>