Shades of Jungle Green #2DBF83
Tints of Jungle Green #2DBF83
RGB
CMYK
RGB Variations
Color information
#2DBF83 (or 0x2DBF83) is known color: Jungle Green. HEX triplet: 2D, BF and 83. RGB value is (45,191,131). Sum of RGB (Red+Green+Blue) = 45+191+131=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBF83 is #D2407C. Grayscale: #8C8C8C. Windows color (decimal): -13779069 or 8634157. OLE color: 8634157.
HSL color Cylindrical-coordinate representation of color #2DBF83: hue angle of 155.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF83 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 131 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.25 |
| HSL | 155.34º | 0.62% | 0.46% | - |
| HSV(B) | 155.34º | 0.76% | 0.75% | - |
| XYZ | 23.81 | 39.46 | 27.83 | - |
| YUV | 140.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 131 | 0.76 | 0 | 0.31 | 0.25 | 155.34 | 0.62 | 0.46 |
| Hex | 2D | BF | 83 | 4C | 0 | 1F | 19 | 9B | 3E | 2E |
| Octal | 55 | 277 | 203 | 114 | 0 | 37 | 31 | 233 | 76 | 56 |
| Binary | 101101 | 10111111 | 10000011 | 1001100 | 0 | 11111 | 11001 | 10011011 | 111110 | 101110 |
Color Harmonies of #2DBF83
Complementary color
Monochromatic Colors of #2DBF83
Black with #2DBF83
Text Example
Text Example
White with #2DBF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBF83; }
p { color: rgb(45,191,131); }
H1.HeaderClassName
{
color: #2DBF83;
}
.AnyTagClassName
{
color: #2DBF83;
}
</style>
background-color css
<style>
a { background-color: #2DBF83; }
a { background-color: rgb(45,191,131); }
div.DivClassName
{
background-color: #2DBF83;
}
.BgClassName
{
background-color: #2DBF83;
}
</style>
border-color css
<style>
span { border-color: #2DBF83; }
span { border-color: rgb(45,191,131); }
td.TdClassName
{
border-color: #2DBF83;
}
.TagClassName
{
border-color: #2DBF83;
}
</style>