Html Css Color HEX #2BA87D Jungle Green

📋 copy color: '#2BA87D'

red 43 ◦ green 168 ◦ blue 125

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

Shades of Jungle Green #2BA87D

Tints of Jungle Green #2BA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 12.8%
G = 50%
B = 37.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#2BA87D (or 0x2BA87D) is known color: Jungle Green. HEX triplet: 2B, A8 and 7D. RGB value is (43,168,125). Sum of RGB (Red+Green+Blue) = 43+168+125=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA87D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA87D is #D45782. Grayscale: #7D7D7D. Windows color (decimal): -13916035 or 8235051. OLE color: 8235051.

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

Color convert

RGB 43 168 125 -
CMYK 0.74 0 0.26 0.34
HSL 159.36º 0.59% 0.41% -
HSV(B) 159.36º 0.74% 0.66% -
XYZ 18.7 30 24.21 -
YUV 125.72 127.59 69 -
System Red Green Blue C M Y K H S L
Decimal 43 168 125 0.74 0 0.26 0.34 159.36 0.59 0.41
Hex 2B A8 7D 4A 0 1A 22 9F 3B 29
Octal 53 250 175 112 0 32 42 237 73 51
Binary 101011 10101000 1111101 1001010 0 11010 100010 10011111 111011 101001

Color Harmonies of #2BA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA87D

Black with #2BA87D

Text Example


Text Example

White with #2BA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,168,125); }

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

background-color css

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

 a { background-color: rgb(43,168,125); }

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

border-color css

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

 span { border-color: rgb(43,168,125); }

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