Html Css Color HEX #2BAC83 Jungle Green

📋 copy color: '#2BAC83'

red 43 ◦ green 172 ◦ blue 131

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

Shades of Jungle Green #2BAC83

Tints of Jungle Green #2BAC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.71%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 12.43%
G = 49.71%
B = 37.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#2BAC83 (or 0x2BAC83) is known color: Jungle Green. HEX triplet: 2B, AC and 83. RGB value is (43,172,131). Sum of RGB (Red+Green+Blue) = 43+172+131=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAC83 is #D4537C. Grayscale: #808080. Windows color (decimal): -13915005 or 8629291. OLE color: 8629291.

HSL color Cylindrical-coordinate representation of color #2BAC83: hue angle of 160.93º 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 #2BAC83 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 131 -
CMYK 0.75 0 0.24 0.33
HSL 160.93º 0.6% 0.42% -
HSV(B) 160.93º 0.75% 0.67% -
XYZ 19.85 31.66 26.54 -
YUV 128.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 43 172 131 0.75 0 0.24 0.33 160.93 0.6 0.42
Hex 2B AC 83 4B 0 18 21 A1 3C 2A
Octal 53 254 203 113 0 30 41 241 74 52
Binary 101011 10101100 10000011 1001011 0 11000 100001 10100001 111100 101010

Color Harmonies of #2BAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC83

Black with #2BAC83

Text Example


Text Example

White with #2BAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,172,131); }

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

background-color css

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

 a { background-color: rgb(43,172,131); }

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

border-color css

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

 span { border-color: rgb(43,172,131); }

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