Html Css Color HEX #2BB781 Jungle Green

📋 copy color: '#2BB781'

red 43 ◦ green 183 ◦ blue 129

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

Shades of Jungle Green #2BB781

Tints of Jungle Green #2BB781

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.55%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 12.11%
G = 51.55%
B = 36.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#2BB781 (or 0x2BB781) is known color: Jungle Green. HEX triplet: 2B, B7 and 81. RGB value is (43,183,129). Sum of RGB (Red+Green+Blue) = 43+183+129=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB781 is #D4487E. Grayscale: #878787. Windows color (decimal): -13912191 or 8501035. OLE color: 8501035.

HSL color Cylindrical-coordinate representation of color #2BB781: hue angle of 156.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB781 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 183 129 -
CMYK 0.77 0 0.30 0.28
HSL 156.86º 0.62% 0.44% -
HSV(B) 156.86º 0.77% 0.72% -
XYZ 21.89 35.97 26.56 -
YUV 134.98 124.62 62.39 -
System Red Green Blue C M Y K H S L
Decimal 43 183 129 0.77 0 0.30 0.28 156.86 0.62 0.44
Hex 2B B7 81 4D 0 1E 1C 9D 3E 2C
Octal 53 267 201 115 0 36 34 235 76 54
Binary 101011 10110111 10000001 1001101 0 11110 11100 10011101 111110 101100

Color Harmonies of #2BB781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB781

Black with #2BB781

Text Example


Text Example

White with #2BB781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,183,129); }

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

background-color css

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

 a { background-color: rgb(43,183,129); }

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

border-color css

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

 span { border-color: rgb(43,183,129); }

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