Html Css Color HEX #2CA076 Jungle Green

📋 copy color: '#2CA076'

red 44 ◦ green 160 ◦ blue 118

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

Shades of Jungle Green #2CA076

Tints of Jungle Green #2CA076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

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

R = 13.66%
G = 49.69%
B = 36.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#2CA076 (or 0x2CA076) is known color: Jungle Green. HEX triplet: 2C, A0 and 76. RGB value is (44,160,118). Sum of RGB (Red+Green+Blue) = 44+160+118=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA076 is #D35F89. Grayscale: #787878. Windows color (decimal): -13852554 or 7774252. OLE color: 7774252.

HSL color Cylindrical-coordinate representation of color #2CA076: hue angle of 158.28º 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 #2CA076 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 44 160 118 -
CMYK 0.72 0 0.26 0.37
HSL 158.28º 0.57% 0.4% -
HSV(B) 158.28º 0.73% 0.63% -
XYZ 16.88 26.99 21.46 -
YUV 120.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 44 160 118 0.72 0 0.26 0.37 158.28 0.57 0.4
Hex 2C A0 76 48 0 1A 25 9E 39 28
Octal 54 240 166 110 0 32 45 236 71 50
Binary 101100 10100000 1110110 1001000 0 11010 100101 10011110 111001 101000

Color Harmonies of #2CA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA076

Black with #2CA076

Text Example


Text Example

White with #2CA076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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