Html Css Color HEX #2BB47E Jungle Green

📋 copy color: '#2BB47E'

red 43 ◦ green 180 ◦ blue 126

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

Shades of Jungle Green #2BB47E

Tints of Jungle Green #2BB47E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.58%

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 12.32%
G = 51.58%
B = 36.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#2BB47E (or 0x2BB47E) is known color: Jungle Green. HEX triplet: 2B, B4 and 7E. RGB value is (43,180,126). Sum of RGB (Red+Green+Blue) = 43+180+126=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB47E is #D44B81. Grayscale: #848484. Windows color (decimal): -13912962 or 8303659. OLE color: 8303659.

HSL color Cylindrical-coordinate representation of color #2BB47E: hue angle of 156.35º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB47E is Cyan = 0.76, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 126 -
CMYK 0.76 0 0.3 0.29
HSL 156.35º 0.61% 0.44% -
HSV(B) 156.35º 0.76% 0.71% -
XYZ 21.08 34.66 25.32 -
YUV 132.88 124.11 63.89 -
System Red Green Blue C M Y K H S L
Decimal 43 180 126 0.76 0 0.3 0.29 156.35 0.61 0.44
Hex 2B B4 7E 4C 0 1E 1D 9C 3D 2C
Octal 53 264 176 114 0 36 35 234 75 54
Binary 101011 10110100 1111110 1001100 0 11110 11101 10011100 111101 101100

Color Harmonies of #2BB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB47E

Black with #2BB47E

Text Example


Text Example

White with #2BB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,126); }

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

background-color css

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

 a { background-color: rgb(43,180,126); }

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

border-color css

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

 span { border-color: rgb(43,180,126); }

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