Html Css Color HEX #2BA07D Jungle Green

📋 copy color: '#2BA07D'

red 43 ◦ green 160 ◦ blue 125

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

Shades of Jungle Green #2BA07D

Tints of Jungle Green #2BA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.78%

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

R = 13.11%
G = 48.78%
B = 38.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#2BA07D (or 0x2BA07D) is known color: Jungle Green. HEX triplet: 2B, A0 and 7D. RGB value is (43,160,125). Sum of RGB (Red+Green+Blue) = 43+160+125=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA07D is #D45F82. Grayscale: #797979. Windows color (decimal): -13918083 or 8233003. OLE color: 8233003.

HSL color Cylindrical-coordinate representation of color #2BA07D: hue angle of 162.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA07D is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 43 160 125 -
CMYK 0.73 0 0.22 0.37
HSL 162.05º 0.58% 0.4% -
HSV(B) 162.05º 0.73% 0.63% -
XYZ 17.27 27.14 23.73 -
YUV 121.03 130.24 72.35 -
System Red Green Blue C M Y K H S L
Decimal 43 160 125 0.73 0 0.22 0.37 162.05 0.58 0.4
Hex 2B A0 7D 49 0 16 25 A2 3A 28
Octal 53 240 175 111 0 26 45 242 72 50
Binary 101011 10100000 1111101 1001001 0 10110 100101 10100010 111010 101000

Color Harmonies of #2BA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA07D

Black with #2BA07D

Text Example


Text Example

White with #2BA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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