Shades of Forest Green #2BAF1C
Tints of Forest Green #2BAF1C
RGB
CMYK
RGB Variations
Color information
#2BAF1C (or 0x2BAF1C) is known color: Forest Green. HEX triplet: 2B, AF and 1C. RGB value is (43,175,28). Sum of RGB (Red+Green+Blue) = 43+175+28=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF1C is #D450E3. Grayscale: #777777. Windows color (decimal): -13914340 or 1879851. OLE color: 1879851.
HSL color Cylindrical-coordinate representation of color #2BAF1C: hue angle of 113.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BAF1C is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 28 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.31 |
| HSL | 113.88º | 0.72% | 0.4% | - |
| HSV(B) | 113.88º | 0.84% | 0.69% | - |
| XYZ | 16.54 | 31.26 | 6.26 | - |
| YUV | 118.77 | 76.77 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 28 | 0.75 | 0 | 0.84 | 0.31 | 113.88 | 0.72 | 0.4 |
| Hex | 2B | AF | 1C | 4B | 0 | 54 | 1F | 72 | 48 | 28 |
| Octal | 53 | 257 | 34 | 113 | 0 | 124 | 37 | 162 | 110 | 50 |
| Binary | 101011 | 10101111 | 11100 | 1001011 | 0 | 1010100 | 11111 | 1110010 | 1001000 | 101000 |
Color Harmonies of #2BAF1C
Complementary color
Monochromatic Colors of #2BAF1C
Black with #2BAF1C
Text Example
Text Example
White with #2BAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF1C; }
p { color: rgb(43,175,28); }
H1.HeaderClassName
{
color: #2BAF1C;
}
.AnyTagClassName
{
color: #2BAF1C;
}
</style>
background-color css
<style>
a { background-color: #2BAF1C; }
a { background-color: rgb(43,175,28); }
div.DivClassName
{
background-color: #2BAF1C;
}
.BgClassName
{
background-color: #2BAF1C;
}
</style>
border-color css
<style>
span { border-color: #2BAF1C; }
span { border-color: rgb(43,175,28); }
td.TdClassName
{
border-color: #2BAF1C;
}
.TagClassName
{
border-color: #2BAF1C;
}
</style>