Html Css Color HEX #2BAC77 Jungle Green

📋 copy color: '#2BAC77'

red 43 ◦ green 172 ◦ blue 119

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

Shades of Jungle Green #2BAC77

Tints of Jungle Green #2BAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 12.87%
G = 51.5%
B = 35.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#2BAC77 (or 0x2BAC77) is known color: Jungle Green. HEX triplet: 2B, AC and 77. RGB value is (43,172,119). Sum of RGB (Red+Green+Blue) = 43+172+119=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC77 is #D45388. Grayscale: #7F7F7F. Windows color (decimal): -13915017 or 7842859. OLE color: 7842859.

HSL color Cylindrical-coordinate representation of color #2BAC77: hue angle of 155.35º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAC77 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 119 -
CMYK 0.75 0 0.31 0.33
HSL 155.35º 0.6% 0.42% -
HSV(B) 155.35º 0.75% 0.67% -
XYZ 19.08 31.35 22.5 -
YUV 127.39 123.26 67.81 -
System Red Green Blue C M Y K H S L
Decimal 43 172 119 0.75 0 0.31 0.33 155.35 0.6 0.42
Hex 2B AC 77 4B 0 1F 21 9B 3C 2A
Octal 53 254 167 113 0 37 41 233 74 52
Binary 101011 10101100 1110111 1001011 0 11111 100001 10011011 111100 101010

Color Harmonies of #2BAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC77

Black with #2BAC77

Text Example


Text Example

White with #2BAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,172,119); }

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

background-color css

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

 a { background-color: rgb(43,172,119); }

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

border-color css

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

 span { border-color: rgb(43,172,119); }

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