Html Css Color HEX #2CA379 Jungle Green

📋 copy color: '#2CA379'

red 44 ◦ green 163 ◦ blue 121

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

Shades of Jungle Green #2CA379

Tints of Jungle Green #2CA379

RGB

 RED value IS 44 (17.58% from 255) = 13.41%

 GREEN value IS 163 (64.06% from 255) = 49.7%

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

R = 13.41%
G = 49.7%
B = 36.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#2CA379 (or 0x2CA379) is known color: Jungle Green. HEX triplet: 2C, A3 and 79. RGB value is (44,163,121). Sum of RGB (Red+Green+Blue) = 44+163+121=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA379 is #D35C86. Grayscale: #7A7A7A. Windows color (decimal): -13851783 or 7971628. OLE color: 7971628.

HSL color Cylindrical-coordinate representation of color #2CA379: hue angle of 158.82º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA379 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 163 121 -
CMYK 0.73 0 0.26 0.36
HSL 158.82º 0.57% 0.41% -
HSV(B) 158.82º 0.73% 0.64% -
XYZ 17.59 28.11 22.59 -
YUV 122.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 44 163 121 0.73 0 0.26 0.36 158.82 0.57 0.41
Hex 2C A3 79 49 0 1A 24 9F 39 29
Octal 54 243 171 111 0 32 44 237 71 51
Binary 101100 10100011 1111001 1001001 0 11010 100100 10011111 111001 101001

Color Harmonies of #2CA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA379

Black with #2CA379

Text Example


Text Example

White with #2CA379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,163,121); }

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

background-color css

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

 a { background-color: rgb(44,163,121); }

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

border-color css

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

 span { border-color: rgb(44,163,121); }

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