Html Css Color HEX #2BAC79 Jungle Green

📋 copy color: '#2BAC79'

red 43 ◦ green 172 ◦ blue 121

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

Shades of Jungle Green #2BAC79

Tints of Jungle Green #2BAC79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 12.8%
G = 51.19%
B = 36.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#2BAC79 (or 0x2BAC79) is known color: Jungle Green. HEX triplet: 2B, AC and 79. RGB value is (43,172,121). Sum of RGB (Red+Green+Blue) = 43+172+121=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC79 is #D45386. Grayscale: #7F7F7F. Windows color (decimal): -13915015 or 7973931. OLE color: 7973931.

HSL color Cylindrical-coordinate representation of color #2BAC79: hue angle of 156.28º 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 #2BAC79 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 121 -
CMYK 0.75 0 0.30 0.33
HSL 156.28º 0.6% 0.42% -
HSV(B) 156.28º 0.75% 0.67% -
XYZ 19.2 31.4 23.14 -
YUV 127.62 124.26 67.65 -
System Red Green Blue C M Y K H S L
Decimal 43 172 121 0.75 0 0.30 0.33 156.28 0.6 0.42
Hex 2B AC 79 4B 0 1E 21 9C 3C 2A
Octal 53 254 171 113 0 36 41 234 74 52
Binary 101011 10101100 1111001 1001011 0 11110 100001 10011100 111100 101010

Color Harmonies of #2BAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC79

Black with #2BAC79

Text Example


Text Example

White with #2BAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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