Shades of Forest Green #1BA312
Tints of Forest Green #1BA312
RGB
CMYK
RGB Variations
Color information
#1BA312 (or 0x1BA312) is known color: Forest Green. HEX triplet: 1B, A3 and 12. RGB value is (27,163,18). Sum of RGB (Red+Green+Blue) = 27+163+18=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 163 (64.06% from 255 or 78.37% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA312 is #E45CED. Grayscale: #6A6A6A. Windows color (decimal): -14965998 or 1221403. OLE color: 1221403.
HSL color Cylindrical-coordinate representation of color #1BA312: hue angle of 116.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA312 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 18 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.36 |
| HSL | 116.28º | 0.8% | 0.35% | - |
| HSV(B) | 116.28º | 0.89% | 0.64% | - |
| XYZ | 13.66 | 26.47 | 4.96 | - |
| YUV | 105.81 | 78.44 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 18 | 0.83 | 0 | 0.89 | 0.36 | 116.28 | 0.8 | 0.35 |
| Hex | 1B | A3 | 12 | 53 | 0 | 59 | 24 | 74 | 50 | 23 |
| Octal | 33 | 243 | 22 | 123 | 0 | 131 | 44 | 164 | 120 | 43 |
| Binary | 11011 | 10100011 | 10010 | 1010011 | 0 | 1011001 | 100100 | 1110100 | 1010000 | 100011 |
Color Harmonies of #1BA312
Complementary color
Monochromatic Colors of #1BA312
Black with #1BA312
Text Example
Text Example
White with #1BA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA312; }
p { color: rgb(27,163,18); }
H1.HeaderClassName
{
color: #1BA312;
}
.AnyTagClassName
{
color: #1BA312;
}
</style>
background-color css
<style>
a { background-color: #1BA312; }
a { background-color: rgb(27,163,18); }
div.DivClassName
{
background-color: #1BA312;
}
.BgClassName
{
background-color: #1BA312;
}
</style>
border-color css
<style>
span { border-color: #1BA312; }
span { border-color: rgb(27,163,18); }
td.TdClassName
{
border-color: #1BA312;
}
.TagClassName
{
border-color: #1BA312;
}
</style>