Html Css Color HEX #2BA47B Jungle Green

📋 copy color: '#2BA47B'

red 43 ◦ green 164 ◦ blue 123

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

Shades of Jungle Green #2BA47B

Tints of Jungle Green #2BA47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 13.03%
G = 49.7%
B = 37.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#2BA47B (or 0x2BA47B) is known color: Jungle Green. HEX triplet: 2B, A4 and 7B. RGB value is (43,164,123). Sum of RGB (Red+Green+Blue) = 43+164+123=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA47B is #D45B84. Grayscale: #7B7B7B. Windows color (decimal): -13917061 or 8102955. OLE color: 8102955.

HSL color Cylindrical-coordinate representation of color #2BA47B: hue angle of 159.67º 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 #2BA47B is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 164 123 -
CMYK 0.74 0 0.25 0.36
HSL 159.67º 0.58% 0.41% -
HSV(B) 159.67º 0.74% 0.64% -
XYZ 17.85 28.49 23.3 -
YUV 123.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 43 164 123 0.74 0 0.25 0.36 159.67 0.58 0.41
Hex 2B A4 7B 4A 0 19 24 A0 3A 29
Octal 53 244 173 112 0 31 44 240 72 51
Binary 101011 10100100 1111011 1001010 0 11001 100100 10100000 111010 101001

Color Harmonies of #2BA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA47B

Black with #2BA47B

Text Example


Text Example

White with #2BA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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