Shades of Forest Green #2B901C
Tints of Forest Green #2B901C
RGB
CMYK
RGB Variations
Color information
#2B901C (or 0x2B901C) is known color: Forest Green. HEX triplet: 2B, 90 and 1C. RGB value is (43,144,28). Sum of RGB (Red+Green+Blue) = 43+144+28=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #2B901C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B901C is #D46FE3. Grayscale: #646464. Windows color (decimal): -13922276 or 1871915. OLE color: 1871915.
HSL color Cylindrical-coordinate representation of color #2B901C: hue angle of 112.24º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B901C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 28 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.44 |
| HSL | 112.24º | 0.67% | 0.34% | - |
| HSV(B) | 112.24º | 0.81% | 0.56% | - |
| XYZ | 11.18 | 20.54 | 4.47 | - |
| YUV | 100.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 28 | 0.70 | 0 | 0.81 | 0.44 | 112.24 | 0.67 | 0.34 |
| Hex | 2B | 90 | 1C | 46 | 0 | 51 | 2C | 70 | 43 | 22 |
| Octal | 53 | 220 | 34 | 106 | 0 | 121 | 54 | 160 | 103 | 42 |
| Binary | 101011 | 10010000 | 11100 | 1000110 | 0 | 1010001 | 101100 | 1110000 | 1000011 | 100010 |
Color Harmonies of #2B901C
Complementary color
Monochromatic Colors of #2B901C
Black with #2B901C
Text Example
Text Example
White with #2B901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B901C; }
p { color: rgb(43,144,28); }
H1.HeaderClassName
{
color: #2B901C;
}
.AnyTagClassName
{
color: #2B901C;
}
</style>
background-color css
<style>
a { background-color: #2B901C; }
a { background-color: rgb(43,144,28); }
div.DivClassName
{
background-color: #2B901C;
}
.BgClassName
{
background-color: #2B901C;
}
</style>
border-color css
<style>
span { border-color: #2B901C; }
span { border-color: rgb(43,144,28); }
td.TdClassName
{
border-color: #2B901C;
}
.TagClassName
{
border-color: #2B901C;
}
</style>