Html Css Color HEX #2BB88F Jungle Green

📋 copy color: '#2BB88F'

red 43 ◦ green 184 ◦ blue 143

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

Shades of Jungle Green #2BB88F

Tints of Jungle Green #2BB88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 11.62%
G = 49.73%
B = 38.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#2BB88F (or 0x2BB88F) is known color: Jungle Green. HEX triplet: 2B, B8 and 8F. RGB value is (43,184,143). Sum of RGB (Red+Green+Blue) = 43+184+143=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB88F is #D44770. Grayscale: #898989. Windows color (decimal): -13911921 or 9418795. OLE color: 9418795.

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

Color convert

RGB 43 184 143 -
CMYK 0.77 0 0.22 0.28
HSL 162.55º 0.62% 0.45% -
HSV(B) 162.55º 0.77% 0.72% -
XYZ 23.09 36.78 31.87 -
YUV 137.17 131.29 60.83 -
System Red Green Blue C M Y K H S L
Decimal 43 184 143 0.77 0 0.22 0.28 162.55 0.62 0.45
Hex 2B B8 8F 4D 0 16 1C A3 3E 2D
Octal 53 270 217 115 0 26 34 243 76 55
Binary 101011 10111000 10001111 1001101 0 10110 11100 10100011 111110 101101

Color Harmonies of #2BB88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB88F

Black with #2BB88F

Text Example


Text Example

White with #2BB88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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