Html Css Color HEX #2CA384 Jungle Green

📋 copy color: '#2CA384'

red 44 ◦ green 163 ◦ blue 132

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

Shades of Jungle Green #2CA384

Tints of Jungle Green #2CA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 12.98%
G = 48.08%
B = 38.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#2CA384 (or 0x2CA384) is known color: Jungle Green. HEX triplet: 2C, A3 and 84. RGB value is (44,163,132). Sum of RGB (Red+Green+Blue) = 44+163+132=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA384 is #D35C7B. Grayscale: #7B7B7B. Windows color (decimal): -13851772 or 8692524. OLE color: 8692524.

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

Color convert

RGB 44 163 132 -
CMYK 0.73 0 0.19 0.36
HSL 164.37º 0.57% 0.41% -
HSV(B) 164.37º 0.73% 0.64% -
XYZ 18.3 28.4 26.35 -
YUV 123.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 44 163 132 0.73 0 0.19 0.36 164.37 0.57 0.41
Hex 2C A3 84 49 0 13 24 A4 39 29
Octal 54 243 204 111 0 23 44 244 71 51
Binary 101100 10100011 10000100 1001001 0 10011 100100 10100100 111001 101001

Color Harmonies of #2CA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA384

Black with #2CA384

Text Example


Text Example

White with #2CA384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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