Shades of Jungle Green #2DB68C
Tints of Jungle Green #2DB68C
RGB
CMYK
RGB Variations
Color information
#2DB68C (or 0x2DB68C) is known color: Jungle Green. HEX triplet: 2D, B6 and 8C. RGB value is (45,182,140). Sum of RGB (Red+Green+Blue) = 45+182+140=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB68C is #D24973. Grayscale: #888888. Windows color (decimal): -13781364 or 9221677. OLE color: 9221677.
HSL color Cylindrical-coordinate representation of color #2DB68C: hue angle of 161.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB68C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 140 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.29 |
| HSL | 161.61º | 0.6% | 0.45% | - |
| HSV(B) | 161.61º | 0.75% | 0.71% | - |
| XYZ | 22.54 | 35.91 | 30.55 | - |
| YUV | 136.25 | 130.11 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 140 | 0.75 | 0 | 0.23 | 0.29 | 161.61 | 0.6 | 0.45 |
| Hex | 2D | B6 | 8C | 4B | 0 | 17 | 1D | A2 | 3C | 2D |
| Octal | 55 | 266 | 214 | 113 | 0 | 27 | 35 | 242 | 74 | 55 |
| Binary | 101101 | 10110110 | 10001100 | 1001011 | 0 | 10111 | 11101 | 10100010 | 111100 | 101101 |
Color Harmonies of #2DB68C
Complementary color
Monochromatic Colors of #2DB68C
Black with #2DB68C
Text Example
Text Example
White with #2DB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB68C; }
p { color: rgb(45,182,140); }
H1.HeaderClassName
{
color: #2DB68C;
}
.AnyTagClassName
{
color: #2DB68C;
}
</style>
background-color css
<style>
a { background-color: #2DB68C; }
a { background-color: rgb(45,182,140); }
div.DivClassName
{
background-color: #2DB68C;
}
.BgClassName
{
background-color: #2DB68C;
}
</style>
border-color css
<style>
span { border-color: #2DB68C; }
span { border-color: rgb(45,182,140); }
td.TdClassName
{
border-color: #2DB68C;
}
.TagClassName
{
border-color: #2DB68C;
}
</style>