Html Css Color HEX #2BBE87 Jungle Green

📋 copy color: '#2BBE87'

red 43 ◦ green 190 ◦ blue 135

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

Shades of Jungle Green #2BBE87

Tints of Jungle Green #2BBE87

RGB

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

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

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

R = 11.68%
G = 51.63%
B = 36.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#2BBE87 (or 0x2BBE87) is known color: Jungle Green. HEX triplet: 2B, BE and 87. RGB value is (43,190,135). Sum of RGB (Red+Green+Blue) = 43+190+135=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBE87 is #D44178. Grayscale: #8B8B8B. Windows color (decimal): -13910393 or 8896043. OLE color: 8896043.

HSL color Cylindrical-coordinate representation of color #2BBE87: hue angle of 157.55º 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 #2BBE87 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 135 -
CMYK 0.77 0 0.29 0.25
HSL 157.55º 0.63% 0.46% -
HSV(B) 157.55º 0.77% 0.75% -
XYZ 23.78 39.09 29.21 -
YUV 139.78 125.3 58.97 -
System Red Green Blue C M Y K H S L
Decimal 43 190 135 0.77 0 0.29 0.25 157.55 0.63 0.46
Hex 2B BE 87 4D 0 1D 19 9E 3F 2E
Octal 53 276 207 115 0 35 31 236 77 56
Binary 101011 10111110 10000111 1001101 0 11101 11001 10011110 111111 101110

Color Harmonies of #2BBE87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE87

Black with #2BBE87

Text Example


Text Example

White with #2BBE87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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