Shades of Forest Green #2B9A2D
Tints of Forest Green #2B9A2D
RGB
CMYK
RGB Variations
Color information
#2B9A2D (or 0x2B9A2D) is known color: Forest Green. HEX triplet: 2B, 9A and 2D. RGB value is (43,154,45). Sum of RGB (Red+Green+Blue) = 43+154+45=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 154 (60.55% from 255 or 63.64% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9A2D is #D465D2. Grayscale: #6C6C6C. Windows color (decimal): -13919699 or 2988587. OLE color: 2988587.
HSL color Cylindrical-coordinate representation of color #2B9A2D: hue angle of 121.08º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A2D is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 45 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.40 |
| HSL | 121.08º | 0.56% | 0.39% | - |
| HSV(B) | 121.08º | 0.72% | 0.6% | - |
| XYZ | 13.03 | 23.81 | 6.39 | - |
| YUV | 108.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 45 | 0.72 | 0 | 0.71 | 0.40 | 121.08 | 0.56 | 0.39 |
| Hex | 2B | 9A | 2D | 48 | 0 | 47 | 28 | 79 | 38 | 27 |
| Octal | 53 | 232 | 55 | 110 | 0 | 107 | 50 | 171 | 70 | 47 |
| Binary | 101011 | 10011010 | 101101 | 1001000 | 0 | 1000111 | 101000 | 1111001 | 111000 | 100111 |
Color Harmonies of #2B9A2D
Complementary color
Monochromatic Colors of #2B9A2D
Black with #2B9A2D
Text Example
Text Example
White with #2B9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A2D; }
p { color: rgb(43,154,45); }
H1.HeaderClassName
{
color: #2B9A2D;
}
.AnyTagClassName
{
color: #2B9A2D;
}
</style>
background-color css
<style>
a { background-color: #2B9A2D; }
a { background-color: rgb(43,154,45); }
div.DivClassName
{
background-color: #2B9A2D;
}
.BgClassName
{
background-color: #2B9A2D;
}
</style>
border-color css
<style>
span { border-color: #2B9A2D; }
span { border-color: rgb(43,154,45); }
td.TdClassName
{
border-color: #2B9A2D;
}
.TagClassName
{
border-color: #2B9A2D;
}
</style>