Shades of Jungle Green #2BB285
Tints of Jungle Green #2BB285
RGB
CMYK
RGB Variations
Color information
#2BB285 (or 0x2BB285) is known color: Jungle Green. HEX triplet: 2B, B2 and 85. RGB value is (43,178,133). Sum of RGB (Red+Green+Blue) = 43+178+133=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB285 is #D44D7A. Grayscale: #848484. Windows color (decimal): -13913467 or 8761899. OLE color: 8761899.
HSL color Cylindrical-coordinate representation of color #2BB285: hue angle of 160º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB285 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 133 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.30 |
| HSL | 160º | 0.61% | 0.43% | - |
| HSV(B) | 160º | 0.76% | 0.7% | - |
| XYZ | 21.15 | 34.05 | 27.65 | - |
| YUV | 132.51 | 128.27 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 133 | 0.76 | 0 | 0.25 | 0.30 | 160 | 0.61 | 0.43 |
| Hex | 2B | B2 | 85 | 4C | 0 | 19 | 1E | A0 | 3D | 2B |
| Octal | 53 | 262 | 205 | 114 | 0 | 31 | 36 | 240 | 75 | 53 |
| Binary | 101011 | 10110010 | 10000101 | 1001100 | 0 | 11001 | 11110 | 10100000 | 111101 | 101011 |
Color Harmonies of #2BB285
Complementary color
Monochromatic Colors of #2BB285
Black with #2BB285
Text Example
Text Example
White with #2BB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB285; }
p { color: rgb(43,178,133); }
H1.HeaderClassName
{
color: #2BB285;
}
.AnyTagClassName
{
color: #2BB285;
}
</style>
background-color css
<style>
a { background-color: #2BB285; }
a { background-color: rgb(43,178,133); }
div.DivClassName
{
background-color: #2BB285;
}
.BgClassName
{
background-color: #2BB285;
}
</style>
border-color css
<style>
span { border-color: #2BB285; }
span { border-color: rgb(43,178,133); }
td.TdClassName
{
border-color: #2BB285;
}
.TagClassName
{
border-color: #2BB285;
}
</style>