Html Css Color HEX #2BB87D Jungle Green

📋 copy color: '#2BB87D'

red 43 ◦ green 184 ◦ blue 125

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

Shades of Jungle Green #2BB87D

Tints of Jungle Green #2BB87D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.27%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 12.22%
G = 52.27%
B = 35.51%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#2BB87D (or 0x2BB87D) is known color: Jungle Green. HEX triplet: 2B, B8 and 7D. RGB value is (43,184,125). Sum of RGB (Red+Green+Blue) = 43+184+125=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB87D is #D44782. Grayscale: #878787. Windows color (decimal): -13911939 or 8239147. OLE color: 8239147.

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

Color convert

RGB 43 184 125 -
CMYK 0.77 0 0.32 0.28
HSL 154.89º 0.62% 0.45% -
HSV(B) 154.89º 0.77% 0.72% -
XYZ 21.84 36.28 25.25 -
YUV 135.12 122.29 62.3 -
System Red Green Blue C M Y K H S L
Decimal 43 184 125 0.77 0 0.32 0.28 154.89 0.62 0.45
Hex 2B B8 7D 4D 0 20 1C 9B 3E 2D
Octal 53 270 175 115 0 40 34 233 76 55
Binary 101011 10111000 1111101 1001101 0 100000 11100 10011011 111110 101101

Color Harmonies of #2BB87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB87D

Black with #2BB87D

Text Example


Text Example

White with #2BB87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,184,125); }

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

background-color css

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

 a { background-color: rgb(43,184,125); }

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

border-color css

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

 span { border-color: rgb(43,184,125); }

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