Html Css Color HEX #2BAB89 Jungle Green

📋 copy color: '#2BAB89'

red 43 ◦ green 171 ◦ blue 137

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

Shades of Jungle Green #2BAB89

Tints of Jungle Green #2BAB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.72%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 12.25%
G = 48.72%
B = 39.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#2BAB89 (or 0x2BAB89) is known color: Jungle Green. HEX triplet: 2B, AB and 89. RGB value is (43,171,137). Sum of RGB (Red+Green+Blue) = 43+171+137=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAB89 is #D45476. Grayscale: #808080. Windows color (decimal): -13915255 or 9022251. OLE color: 9022251.

HSL color Cylindrical-coordinate representation of color #2BAB89: hue angle of 164.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB89 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 171 137 -
CMYK 0.75 0 0.20 0.33
HSL 164.06º 0.6% 0.42% -
HSV(B) 164.06º 0.75% 0.67% -
XYZ 20.07 31.45 28.68 -
YUV 128.85 132.59 66.76 -
System Red Green Blue C M Y K H S L
Decimal 43 171 137 0.75 0 0.20 0.33 164.06 0.6 0.42
Hex 2B AB 89 4B 0 14 21 A4 3C 2A
Octal 53 253 211 113 0 24 41 244 74 52
Binary 101011 10101011 10001001 1001011 0 10100 100001 10100100 111100 101010

Color Harmonies of #2BAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAB89

Black with #2BAB89

Text Example


Text Example

White with #2BAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,171,137); }

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

background-color css

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

 a { background-color: rgb(43,171,137); }

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

border-color css

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

 span { border-color: rgb(43,171,137); }

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