Shades of Forest Green #2B9D1D
Tints of Forest Green #2B9D1D
RGB
CMYK
RGB Variations
Color information
#2B9D1D (or 0x2B9D1D) is known color: Forest Green. HEX triplet: 2B, 9D and 1D. RGB value is (43,157,29). Sum of RGB (Red+Green+Blue) = 43+157+29=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 157 (61.72% from 255 or 68.56% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D1D is #D462E2. Grayscale: #6C6C6C. Windows color (decimal): -13918947 or 1940779. OLE color: 1940779.
HSL color Cylindrical-coordinate representation of color #2B9D1D: hue angle of 113.44º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B9D1D is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 29 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.38 |
| HSL | 113.44º | 0.69% | 0.36% | - |
| HSV(B) | 113.44º | 0.82% | 0.62% | - |
| XYZ | 13.28 | 24.72 | 5.23 | - |
| YUV | 108.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 29 | 0.73 | 0 | 0.82 | 0.38 | 113.44 | 0.69 | 0.36 |
| Hex | 2B | 9D | 1D | 49 | 0 | 52 | 26 | 71 | 45 | 24 |
| Octal | 53 | 235 | 35 | 111 | 0 | 122 | 46 | 161 | 105 | 44 |
| Binary | 101011 | 10011101 | 11101 | 1001001 | 0 | 1010010 | 100110 | 1110001 | 1000101 | 100100 |
Color Harmonies of #2B9D1D
Complementary color
Monochromatic Colors of #2B9D1D
Black with #2B9D1D
Text Example
Text Example
White with #2B9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D1D; }
p { color: rgb(43,157,29); }
H1.HeaderClassName
{
color: #2B9D1D;
}
.AnyTagClassName
{
color: #2B9D1D;
}
</style>
background-color css
<style>
a { background-color: #2B9D1D; }
a { background-color: rgb(43,157,29); }
div.DivClassName
{
background-color: #2B9D1D;
}
.BgClassName
{
background-color: #2B9D1D;
}
</style>
border-color css
<style>
span { border-color: #2B9D1D; }
span { border-color: rgb(43,157,29); }
td.TdClassName
{
border-color: #2B9D1D;
}
.TagClassName
{
border-color: #2B9D1D;
}
</style>