Html Css Color HEX #2BA07F Jungle Green

📋 copy color: '#2BA07F'

red 43 ◦ green 160 ◦ blue 127

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

Shades of Jungle Green #2BA07F

Tints of Jungle Green #2BA07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 13.03%
G = 48.48%
B = 38.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#2BA07F (or 0x2BA07F) is known color: Jungle Green. HEX triplet: 2B, A0 and 7F. RGB value is (43,160,127). Sum of RGB (Red+Green+Blue) = 43+160+127=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA07F is #D45F80. Grayscale: #797979. Windows color (decimal): -13918081 or 8364075. OLE color: 8364075.

HSL color Cylindrical-coordinate representation of color #2BA07F: hue angle of 163.08º 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 #2BA07F is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 43 160 127 -
CMYK 0.73 0 0.21 0.37
HSL 163.08º 0.58% 0.4% -
HSV(B) 163.08º 0.73% 0.63% -
XYZ 17.4 27.19 24.41 -
YUV 121.26 131.24 72.18 -
System Red Green Blue C M Y K H S L
Decimal 43 160 127 0.73 0 0.21 0.37 163.08 0.58 0.4
Hex 2B A0 7F 49 0 15 25 A3 3A 28
Octal 53 240 177 111 0 25 45 243 72 50
Binary 101011 10100000 1111111 1001001 0 10101 100101 10100011 111010 101000

Color Harmonies of #2BA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA07F

Black with #2BA07F

Text Example


Text Example

White with #2BA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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