Html Css Color HEX #2CA37A Jungle Green

📋 copy color: '#2CA37A'

red 44 ◦ green 163 ◦ blue 122

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

Shades of Jungle Green #2CA37A

Tints of Jungle Green #2CA37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 13.37%
G = 49.54%
B = 37.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#2CA37A (or 0x2CA37A) is known color: Jungle Green. HEX triplet: 2C, A3 and 7A. RGB value is (44,163,122). Sum of RGB (Red+Green+Blue) = 44+163+122=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA37A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA37A is #D35C85. Grayscale: #7A7A7A. Windows color (decimal): -13851782 or 8037164. OLE color: 8037164.

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

Color convert

RGB 44 163 122 -
CMYK 0.73 0 0.25 0.36
HSL 159.33º 0.57% 0.41% -
HSV(B) 159.33º 0.73% 0.64% -
XYZ 17.65 28.14 22.91 -
YUV 122.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 44 163 122 0.73 0 0.25 0.36 159.33 0.57 0.41
Hex 2C A3 7A 49 0 19 24 9F 39 29
Octal 54 243 172 111 0 31 44 237 71 51
Binary 101100 10100011 1111010 1001001 0 11001 100100 10011111 111001 101001

Color Harmonies of #2CA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA37A

Black with #2CA37A

Text Example


Text Example

White with #2CA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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