Html Css Color HEX #2BA480 Jungle Green

📋 copy color: '#2BA480'

red 43 ◦ green 164 ◦ blue 128

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

Shades of Jungle Green #2BA480

Tints of Jungle Green #2BA480

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.96%

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

R = 12.84%
G = 48.96%
B = 38.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#2BA480 (or 0x2BA480) is known color: Jungle Green. HEX triplet: 2B, A4 and 80. RGB value is (43,164,128). Sum of RGB (Red+Green+Blue) = 43+164+128=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA480 is #D45B7F. Grayscale: #7B7B7B. Windows color (decimal): -13917056 or 8430635. OLE color: 8430635.

HSL color Cylindrical-coordinate representation of color #2BA480: hue angle of 162.15º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA480 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 164 128 -
CMYK 0.74 0 0.22 0.36
HSL 162.15º 0.58% 0.41% -
HSV(B) 162.15º 0.74% 0.64% -
XYZ 18.17 28.62 24.99 -
YUV 123.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 43 164 128 0.74 0 0.22 0.36 162.15 0.58 0.41
Hex 2B A4 80 4A 0 16 24 A2 3A 29
Octal 53 244 200 112 0 26 44 242 72 51
Binary 101011 10100100 10000000 1001010 0 10110 100100 10100010 111010 101001

Color Harmonies of #2BA480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA480

Black with #2BA480

Text Example


Text Example

White with #2BA480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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