Html Css Color HEX #2CB389 Jungle Green

📋 copy color: '#2CB389'

red 44 ◦ green 179 ◦ blue 137

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

Shades of Jungle Green #2CB389

Tints of Jungle Green #2CB389

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.72%

 BLUE value IS 137 (53.91% from 255) = 38.06%

R = 12.22%
G = 49.72%
B = 38.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#2CB389 (or 0x2CB389) is known color: Jungle Green. HEX triplet: 2C, B3 and 89. RGB value is (44,179,137). Sum of RGB (Red+Green+Blue) = 44+179+137=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB389 is #D34C76. Grayscale: #858585. Windows color (decimal): -13847671 or 9024300. OLE color: 9024300.

HSL color Cylindrical-coordinate representation of color #2CB389: hue angle of 161.33º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB389 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 137 -
CMYK 0.75 0 0.23 0.30
HSL 161.33º 0.61% 0.44% -
HSV(B) 161.33º 0.75% 0.7% -
XYZ 21.67 34.58 29.2 -
YUV 133.85 129.77 63.92 -
System Red Green Blue C M Y K H S L
Decimal 44 179 137 0.75 0 0.23 0.30 161.33 0.61 0.44
Hex 2C B3 89 4B 0 17 1E A1 3D 2C
Octal 54 263 211 113 0 27 36 241 75 54
Binary 101100 10110011 10001001 1001011 0 10111 11110 10100001 111101 101100

Color Harmonies of #2CB389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB389

Black with #2CB389

Text Example


Text Example

White with #2CB389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,179,137); }

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

background-color css

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

 a { background-color: rgb(44,179,137); }

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

border-color css

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

 span { border-color: rgb(44,179,137); }

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