Html Css Color HEX #2CA376 Jungle Green

📋 copy color: '#2CA376'

red 44 ◦ green 163 ◦ blue 118

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

Shades of Jungle Green #2CA376

Tints of Jungle Green #2CA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.15%

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

R = 13.54%
G = 50.15%
B = 36.31%

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

#2CA376 (or 0x2CA376) is known color: Jungle Green. HEX triplet: 2C, A3 and 76. RGB value is (44,163,118). Sum of RGB (Red+Green+Blue) = 44+163+118=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA376 is #D35C89. Grayscale: #7A7A7A. Windows color (decimal): -13851786 or 7775020. OLE color: 7775020.

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

Color convert

RGB 44 163 118 -
CMYK 0.73 0 0.28 0.36
HSL 157.31º 0.57% 0.41% -
HSV(B) 157.31º 0.73% 0.64% -
XYZ 17.41 28.04 21.63 -
YUV 122.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 44 163 118 0.73 0 0.28 0.36 157.31 0.57 0.41
Hex 2C A3 76 49 0 1C 24 9D 39 29
Octal 54 243 166 111 0 34 44 235 71 51
Binary 101100 10100011 1110110 1001001 0 11100 100100 10011101 111001 101001

Color Harmonies of #2CA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA376

Black with #2CA376

Text Example


Text Example

White with #2CA376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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