Html Css Color HEX #2BB883 Jungle Green

📋 copy color: '#2BB883'

red 43 ◦ green 184 ◦ blue 131

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

Shades of Jungle Green #2BB883

Tints of Jungle Green #2BB883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 12.01%
G = 51.4%
B = 36.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#2BB883 (or 0x2BB883) is known color: Jungle Green. HEX triplet: 2B, B8 and 83. RGB value is (43,184,131). Sum of RGB (Red+Green+Blue) = 43+184+131=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB883 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB883 is #D4477C. Grayscale: #878787. Windows color (decimal): -13911933 or 8632363. OLE color: 8632363.

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

Color convert

RGB 43 184 131 -
CMYK 0.77 0 0.29 0.28
HSL 157.45º 0.62% 0.45% -
HSV(B) 157.45º 0.77% 0.72% -
XYZ 22.23 36.43 27.33 -
YUV 135.8 125.29 61.81 -
System Red Green Blue C M Y K H S L
Decimal 43 184 131 0.77 0 0.29 0.28 157.45 0.62 0.45
Hex 2B B8 83 4D 0 1D 1C 9D 3E 2D
Octal 53 270 203 115 0 35 34 235 76 55
Binary 101011 10111000 10000011 1001101 0 11101 11100 10011101 111110 101101

Color Harmonies of #2BB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB883

Black with #2BB883

Text Example


Text Example

White with #2BB883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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