Html Css Color HEX #2CA176 Jungle Green

📋 copy color: '#2CA176'

red 44 ◦ green 161 ◦ blue 118

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

Shades of Jungle Green #2CA176

Tints of Jungle Green #2CA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.85%

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

R = 13.62%
G = 49.85%
B = 36.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#2CA176 (or 0x2CA176) is known color: Jungle Green. HEX triplet: 2C, A1 and 76. RGB value is (44,161,118). Sum of RGB (Red+Green+Blue) = 44+161+118=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA176 is #D35E89. Grayscale: #797979. Windows color (decimal): -13852298 or 7774508. OLE color: 7774508.

HSL color Cylindrical-coordinate representation of color #2CA176: hue angle of 157.95º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA176 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 44 161 118 -
CMYK 0.73 0 0.27 0.37
HSL 157.95º 0.57% 0.4% -
HSV(B) 157.95º 0.73% 0.63% -
XYZ 17.05 27.33 21.52 -
YUV 121.12 126.24 73 -
System Red Green Blue C M Y K H S L
Decimal 44 161 118 0.73 0 0.27 0.37 157.95 0.57 0.4
Hex 2C A1 76 49 0 1B 25 9E 39 28
Octal 54 241 166 111 0 33 45 236 71 50
Binary 101100 10100001 1110110 1001001 0 11011 100101 10011110 111001 101000

Color Harmonies of #2CA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA176

Black with #2CA176

Text Example


Text Example

White with #2CA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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