Shades of Forest Green #1BA21A
Tints of Forest Green #1BA21A
RGB
CMYK
RGB Variations
Color information
#1BA21A (or 0x1BA21A) is known color: Forest Green. HEX triplet: 1B, A2 and 1A. RGB value is (27,162,26). Sum of RGB (Red+Green+Blue) = 27+162+26=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA21A is #E45DE5. Grayscale: #6A6A6A. Windows color (decimal): -14966246 or 1745435. OLE color: 1745435.
HSL color Cylindrical-coordinate representation of color #1BA21A: hue angle of 119.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA21A is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 162 | 26 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.36 |
| HSL | 119.56º | 0.72% | 0.37% | - |
| HSV(B) | 119.56º | 0.84% | 0.64% | - |
| XYZ | 13.56 | 26.15 | 5.31 | - |
| YUV | 106.13 | 82.77 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 162 | 26 | 0.83 | 0 | 0.84 | 0.36 | 119.56 | 0.72 | 0.37 |
| Hex | 1B | A2 | 1A | 53 | 0 | 54 | 24 | 78 | 48 | 25 |
| Octal | 33 | 242 | 32 | 123 | 0 | 124 | 44 | 170 | 110 | 45 |
| Binary | 11011 | 10100010 | 11010 | 1010011 | 0 | 1010100 | 100100 | 1111000 | 1001000 | 100101 |
Color Harmonies of #1BA21A
Complementary color
Monochromatic Colors of #1BA21A
Black with #1BA21A
Text Example
Text Example
White with #1BA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA21A; }
p { color: rgb(27,162,26); }
H1.HeaderClassName
{
color: #1BA21A;
}
.AnyTagClassName
{
color: #1BA21A;
}
</style>
background-color css
<style>
a { background-color: #1BA21A; }
a { background-color: rgb(27,162,26); }
div.DivClassName
{
background-color: #1BA21A;
}
.BgClassName
{
background-color: #1BA21A;
}
</style>
border-color css
<style>
span { border-color: #1BA21A; }
span { border-color: rgb(27,162,26); }
td.TdClassName
{
border-color: #1BA21A;
}
.TagClassName
{
border-color: #1BA21A;
}
</style>