Html Css Color HEX #2CA680 Jungle Green

📋 copy color: '#2CA680'

red 44 ◦ green 166 ◦ blue 128

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

Shades of Jungle Green #2CA680

Tints of Jungle Green #2CA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.11%

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 13.02%
G = 49.11%
B = 37.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#2CA680 (or 0x2CA680) is known color: Jungle Green. HEX triplet: 2C, A6 and 80. RGB value is (44,166,128). Sum of RGB (Red+Green+Blue) = 44+166+128=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA680 is #D3597F. Grayscale: #7D7D7D. Windows color (decimal): -13851008 or 8431148. OLE color: 8431148.

HSL color Cylindrical-coordinate representation of color #2CA680: hue angle of 161.31º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA680 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 166 128 -
CMYK 0.73 0 0.23 0.35
HSL 161.31º 0.58% 0.41% -
HSV(B) 161.31º 0.73% 0.65% -
XYZ 18.57 29.37 25.11 -
YUV 125.19 129.58 70.09 -
System Red Green Blue C M Y K H S L
Decimal 44 166 128 0.73 0 0.23 0.35 161.31 0.58 0.41
Hex 2C A6 80 49 0 17 23 A1 3A 29
Octal 54 246 200 111 0 27 43 241 72 51
Binary 101100 10100110 10000000 1001001 0 10111 100011 10100001 111010 101001

Color Harmonies of #2CA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA680

Black with #2CA680

Text Example


Text Example

White with #2CA680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,166,128); }

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

background-color css

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

 a { background-color: rgb(44,166,128); }

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

border-color css

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

 span { border-color: rgb(44,166,128); }

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