Html Css Color HEX #2CA476 Jungle Green

📋 copy color: '#2CA476'

red 44 ◦ green 164 ◦ blue 118

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

Shades of Jungle Green #2CA476

Tints of Jungle Green #2CA476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 13.5%
G = 50.31%
B = 36.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#2CA476 (or 0x2CA476) is known color: Jungle Green. HEX triplet: 2C, A4 and 76. RGB value is (44,164,118). Sum of RGB (Red+Green+Blue) = 44+164+118=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA476 is #D35B89. Grayscale: #7A7A7A. Windows color (decimal): -13851530 or 7775276. OLE color: 7775276.

HSL color Cylindrical-coordinate representation of color #2CA476: hue angle of 157º degrees, saturation: 0.58, 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 #2CA476 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 164 118 -
CMYK 0.73 0 0.28 0.36
HSL 157º 0.58% 0.41% -
HSV(B) 157º 0.73% 0.64% -
XYZ 17.58 28.39 21.69 -
YUV 122.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 44 164 118 0.73 0 0.28 0.36 157 0.58 0.41
Hex 2C A4 76 49 0 1C 24 9D 3A 29
Octal 54 244 166 111 0 34 44 235 72 51
Binary 101100 10100100 1110110 1001001 0 11100 100100 10011101 111010 101001

Color Harmonies of #2CA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA476

Black with #2CA476

Text Example


Text Example

White with #2CA476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,164,118); }

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

background-color css

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

 a { background-color: rgb(44,164,118); }

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

border-color css

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

 span { border-color: rgb(44,164,118); }

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