Html Css Color HEX #2BA680 Jungle Green

📋 copy color: '#2BA680'

red 43 ◦ green 166 ◦ blue 128

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

Shades of Jungle Green #2BA680

Tints of Jungle Green #2BA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.26%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 12.76%
G = 49.26%
B = 37.98%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#2BA680 (or 0x2BA680) is known color: Jungle Green. HEX triplet: 2B, A6 and 80. RGB value is (43,166,128). Sum of RGB (Red+Green+Blue) = 43+166+128=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA680 is #D4597F. Grayscale: #7C7C7C. Windows color (decimal): -13916544 or 8431147. OLE color: 8431147.

HSL color Cylindrical-coordinate representation of color #2BA680: hue angle of 161.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA680 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 166 128 -
CMYK 0.74 0 0.23 0.35
HSL 161.46º 0.59% 0.41% -
HSV(B) 161.46º 0.74% 0.65% -
XYZ 18.53 29.34 25.11 -
YUV 124.89 129.75 69.59 -
System Red Green Blue C M Y K H S L
Decimal 43 166 128 0.74 0 0.23 0.35 161.46 0.59 0.41
Hex 2B A6 80 4A 0 17 23 A1 3B 29
Octal 53 246 200 112 0 27 43 241 73 51
Binary 101011 10100110 10000000 1001010 0 10111 100011 10100001 111011 101001

Color Harmonies of #2BA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA680

Black with #2BA680

Text Example


Text Example

White with #2BA680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,166,128); }

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

background-color css

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

 a { background-color: rgb(43,166,128); }

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

border-color css

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

 span { border-color: rgb(43,166,128); }

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