Html Css Color HEX #2BB787 Jungle Green

📋 copy color: '#2BB787'

red 43 ◦ green 183 ◦ blue 135

#2BB787
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2BB787

Tints of Jungle Green #2BB787

RGB

 RED value IS 43 (17.19% from 255) = 11.91%

 GREEN value IS 183 (71.88% from 255) = 50.69%

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 11.91%
G = 50.69%
B = 37.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2BB787 (or 0x2BB787) is known color: Jungle Green. HEX triplet: 2B, B7 and 87. RGB value is (43,183,135). Sum of RGB (Red+Green+Blue) = 43+183+135=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB787 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB787 is #D44878. Grayscale: #878787. Windows color (decimal): -13912185 or 8894251. OLE color: 8894251.

HSL color Cylindrical-coordinate representation of color #2BB787: hue angle of 159.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB787 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 183 135 -
CMYK 0.77 0 0.26 0.28
HSL 159.43º 0.62% 0.44% -
HSV(B) 159.43º 0.77% 0.72% -
XYZ 22.3 36.13 28.72 -
YUV 135.67 127.62 61.9 -
System Red Green Blue C M Y K H S L
Decimal 43 183 135 0.77 0 0.26 0.28 159.43 0.62 0.44
Hex 2B B7 87 4D 0 1A 1C 9F 3E 2C
Octal 53 267 207 115 0 32 34 237 76 54
Binary 101011 10110111 10000111 1001101 0 11010 11100 10011111 111110 101100

Color Harmonies of #2BB787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB787

Black with #2BB787

Text Example


Text Example

White with #2BB787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BB787; }

 p { color: rgb(43,183,135); }

 H1.HeaderClassName
 {
   color: #2BB787;
 }
 .AnyTagClassName
 {
   color: #2BB787;
 }
</style>

background-color css

<style>
 a { background-color: #2BB787; }

 a { background-color: rgb(43,183,135); }

 div.DivClassName
 {
   background-color: #2BB787;
 }
 .BgClassName
 {
   background-color: #2BB787;
 }
</style>

border-color css

<style>
 span { border-color: #2BB787; }

 span { border-color: rgb(43,183,135); }

 td.TdClassName
 {
   border-color: #2BB787;
 }
 .TagClassName
 {
   border-color: #2BB787;
 }
</style>