Html Css Color HEX #2BBE84 Jungle Green

📋 copy color: '#2BBE84'

red 43 ◦ green 190 ◦ blue 132

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

Shades of Jungle Green #2BBE84

Tints of Jungle Green #2BBE84

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.05%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 11.78%
G = 52.05%
B = 36.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#2BBE84 (or 0x2BBE84) is known color: Jungle Green. HEX triplet: 2B, BE and 84. RGB value is (43,190,132). Sum of RGB (Red+Green+Blue) = 43+190+132=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE84 is #D4417B. Grayscale: #8B8B8B. Windows color (decimal): -13910396 or 8699435. OLE color: 8699435.

HSL color Cylindrical-coordinate representation of color #2BBE84: hue angle of 156.33º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE84 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 132 -
CMYK 0.77 0 0.31 0.25
HSL 156.33º 0.63% 0.46% -
HSV(B) 156.33º 0.77% 0.75% -
XYZ 23.57 39.01 28.12 -
YUV 139.44 123.8 59.22 -
System Red Green Blue C M Y K H S L
Decimal 43 190 132 0.77 0 0.31 0.25 156.33 0.63 0.46
Hex 2B BE 84 4D 0 1F 19 9C 3F 2E
Octal 53 276 204 115 0 37 31 234 77 56
Binary 101011 10111110 10000100 1001101 0 11111 11001 10011100 111111 101110

Color Harmonies of #2BBE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE84

Black with #2BBE84

Text Example


Text Example

White with #2BBE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,190,132); }

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

background-color css

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

 a { background-color: rgb(43,190,132); }

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

border-color css

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

 span { border-color: rgb(43,190,132); }

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