Html Css Color HEX #2CB584 Jungle Green

📋 copy color: '#2CB584'

red 44 ◦ green 181 ◦ blue 132

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

Shades of Jungle Green #2CB584

Tints of Jungle Green #2CB584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.7%

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

R = 12.32%
G = 50.7%
B = 36.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#2CB584 (or 0x2CB584) is known color: Jungle Green. HEX triplet: 2C, B5 and 84. RGB value is (44,181,132). Sum of RGB (Red+Green+Blue) = 44+181+132=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB584 is #D34A7B. Grayscale: #868686. Windows color (decimal): -13847164 or 8697132. OLE color: 8697132.

HSL color Cylindrical-coordinate representation of color #2CB584: hue angle of 158.54º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB584 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 132 -
CMYK 0.76 0 0.27 0.29
HSL 158.54º 0.61% 0.44% -
HSV(B) 158.54º 0.76% 0.71% -
XYZ 21.73 35.25 27.49 -
YUV 134.45 126.61 63.48 -
System Red Green Blue C M Y K H S L
Decimal 44 181 132 0.76 0 0.27 0.29 158.54 0.61 0.44
Hex 2C B5 84 4C 0 1B 1D 9F 3D 2C
Octal 54 265 204 114 0 33 35 237 75 54
Binary 101100 10110101 10000100 1001100 0 11011 11101 10011111 111101 101100

Color Harmonies of #2CB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB584

Black with #2CB584

Text Example


Text Example

White with #2CB584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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