Html Css Color HEX #2BB57E Jungle Green

📋 copy color: '#2BB57E'

red 43 ◦ green 181 ◦ blue 126

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

Shades of Jungle Green #2BB57E

Tints of Jungle Green #2BB57E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

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

R = 12.29%
G = 51.71%
B = 36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#2BB57E (or 0x2BB57E) is known color: Jungle Green. HEX triplet: 2B, B5 and 7E. RGB value is (43,181,126). Sum of RGB (Red+Green+Blue) = 43+181+126=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB57E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB57E is #D44A81. Grayscale: #858585. Windows color (decimal): -13912706 or 8303915. OLE color: 8303915.

HSL color Cylindrical-coordinate representation of color #2BB57E: hue angle of 156.09º degrees, saturation: 0.62, 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 #2BB57E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 126 -
CMYK 0.76 0 0.30 0.29
HSL 156.09º 0.62% 0.44% -
HSV(B) 156.09º 0.76% 0.71% -
XYZ 21.29 35.07 25.39 -
YUV 133.47 123.78 63.47 -
System Red Green Blue C M Y K H S L
Decimal 43 181 126 0.76 0 0.30 0.29 156.09 0.62 0.44
Hex 2B B5 7E 4C 0 1E 1D 9C 3E 2C
Octal 53 265 176 114 0 36 35 234 76 54
Binary 101011 10110101 1111110 1001100 0 11110 11101 10011100 111110 101100

Color Harmonies of #2BB57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB57E

Black with #2BB57E

Text Example


Text Example

White with #2BB57E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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