Html Css Color HEX #2CA174 Jungle Green

📋 copy color: '#2CA174'

red 44 ◦ green 161 ◦ blue 116

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

Shades of Jungle Green #2CA174

Tints of Jungle Green #2CA174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 13.71%
G = 50.16%
B = 36.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#2CA174 (or 0x2CA174) is known color: Jungle Green. HEX triplet: 2C, A1 and 74. RGB value is (44,161,116). Sum of RGB (Red+Green+Blue) = 44+161+116=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA174 is #D35E8B. Grayscale: #787878. Windows color (decimal): -13852300 or 7643436. OLE color: 7643436.

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

Color convert

RGB 44 161 116 -
CMYK 0.73 0 0.28 0.37
HSL 156.92º 0.57% 0.4% -
HSV(B) 156.92º 0.73% 0.63% -
XYZ 16.94 27.29 20.9 -
YUV 120.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 44 161 116 0.73 0 0.28 0.37 156.92 0.57 0.4
Hex 2C A1 74 49 0 1C 25 9D 39 28
Octal 54 241 164 111 0 34 45 235 71 50
Binary 101100 10100001 1110100 1001001 0 11100 100101 10011101 111001 101000

Color Harmonies of #2CA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA174

Black with #2CA174

Text Example


Text Example

White with #2CA174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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