Shades of Forest Green #1BA512
Tints of Forest Green #1BA512
RGB
CMYK
RGB Variations
Color information
#1BA512 (or 0x1BA512) is known color: Forest Green. HEX triplet: 1B, A5 and 12. RGB value is (27,165,18). Sum of RGB (Red+Green+Blue) = 27+165+18=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 165 (64.84% from 255 or 78.57% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA512 is #E45AED. Grayscale: #6B6B6B. Windows color (decimal): -14965486 or 1221915. OLE color: 1221915.
HSL color Cylindrical-coordinate representation of color #1BA512: hue angle of 116.33º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA512 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 18 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.35 |
| HSL | 116.33º | 0.8% | 0.36% | - |
| HSV(B) | 116.33º | 0.89% | 0.65% | - |
| XYZ | 14.02 | 27.19 | 5.08 | - |
| YUV | 106.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 18 | 0.84 | 0 | 0.89 | 0.35 | 116.33 | 0.8 | 0.36 |
| Hex | 1B | A5 | 12 | 54 | 0 | 59 | 23 | 74 | 50 | 24 |
| Octal | 33 | 245 | 22 | 124 | 0 | 131 | 43 | 164 | 120 | 44 |
| Binary | 11011 | 10100101 | 10010 | 1010100 | 0 | 1011001 | 100011 | 1110100 | 1010000 | 100100 |
Color Harmonies of #1BA512
Complementary color
Monochromatic Colors of #1BA512
Black with #1BA512
Text Example
Text Example
White with #1BA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA512; }
p { color: rgb(27,165,18); }
H1.HeaderClassName
{
color: #1BA512;
}
.AnyTagClassName
{
color: #1BA512;
}
</style>
background-color css
<style>
a { background-color: #1BA512; }
a { background-color: rgb(27,165,18); }
div.DivClassName
{
background-color: #1BA512;
}
.BgClassName
{
background-color: #1BA512;
}
</style>
border-color css
<style>
span { border-color: #1BA512; }
span { border-color: rgb(27,165,18); }
td.TdClassName
{
border-color: #1BA512;
}
.TagClassName
{
border-color: #1BA512;
}
</style>