Html Css Color HEX #2BB379 Jungle Green

📋 copy color: '#2BB379'

red 43 ◦ green 179 ◦ blue 121

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

Shades of Jungle Green #2BB379

Tints of Jungle Green #2BB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 12.54%
G = 52.19%
B = 35.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#2BB379 (or 0x2BB379) is known color: Jungle Green. HEX triplet: 2B, B3 and 79. RGB value is (43,179,121). Sum of RGB (Red+Green+Blue) = 43+179+121=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB379 is #D44C86. Grayscale: #838383. Windows color (decimal): -13913223 or 7975723. OLE color: 7975723.

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

Color convert

RGB 43 179 121 -
CMYK 0.76 0 0.32 0.30
HSL 154.41º 0.61% 0.44% -
HSV(B) 154.41º 0.76% 0.7% -
XYZ 20.57 34.13 23.59 -
YUV 131.72 121.94 64.72 -
System Red Green Blue C M Y K H S L
Decimal 43 179 121 0.76 0 0.32 0.30 154.41 0.61 0.44
Hex 2B B3 79 4C 0 20 1E 9A 3D 2C
Octal 53 263 171 114 0 40 36 232 75 54
Binary 101011 10110011 1111001 1001100 0 100000 11110 10011010 111101 101100

Color Harmonies of #2BB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB379

Black with #2BB379

Text Example


Text Example

White with #2BB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,179,121); }

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

background-color css

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

 a { background-color: rgb(43,179,121); }

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

border-color css

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

 span { border-color: rgb(43,179,121); }

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