Html Css Color HEX #2CA879 Jungle Green

📋 copy color: '#2CA879'

red 44 ◦ green 168 ◦ blue 121

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

Shades of Jungle Green #2CA879

Tints of Jungle Green #2CA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.45%

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

R = 13.21%
G = 50.45%
B = 36.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#2CA879 (or 0x2CA879) is known color: Jungle Green. HEX triplet: 2C, A8 and 79. RGB value is (44,168,121). Sum of RGB (Red+Green+Blue) = 44+168+121=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #2CA879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA879 is #D35786. Grayscale: #7D7D7D. Windows color (decimal): -13850503 or 7972908. OLE color: 7972908.

HSL color Cylindrical-coordinate representation of color #2CA879: hue angle of 157.26º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA879 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 44 168 121 -
CMYK 0.74 0 0.28 0.34
HSL 157.26º 0.58% 0.42% -
HSV(B) 157.26º 0.74% 0.66% -
XYZ 18.49 29.92 22.89 -
YUV 125.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 44 168 121 0.74 0 0.28 0.34 157.26 0.58 0.42
Hex 2C A8 79 4A 0 1C 22 9D 3A 2A
Octal 54 250 171 112 0 34 42 235 72 52
Binary 101100 10101000 1111001 1001010 0 11100 100010 10011101 111010 101010

Color Harmonies of #2CA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA879

Black with #2CA879

Text Example


Text Example

White with #2CA879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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