Html Css Color HEX #2CB47C Jungle Green

📋 copy color: '#2CB47C'

red 44 ◦ green 180 ◦ blue 124

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

Shades of Jungle Green #2CB47C

Tints of Jungle Green #2CB47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.72%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 12.64%
G = 51.72%
B = 35.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#2CB47C (or 0x2CB47C) is known color: Jungle Green. HEX triplet: 2C, B4 and 7C. RGB value is (44,180,124). Sum of RGB (Red+Green+Blue) = 44+180+124=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB47C is #D34B83. Grayscale: #858585. Windows color (decimal): -13847428 or 8172588. OLE color: 8172588.

HSL color Cylindrical-coordinate representation of color #2CB47C: hue angle of 155.29º 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 #2CB47C is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 180 124 -
CMYK 0.76 0 0.31 0.29
HSL 155.29º 0.61% 0.44% -
HSV(B) 155.29º 0.76% 0.71% -
XYZ 21 34.63 24.65 -
YUV 132.95 122.94 64.55 -
System Red Green Blue C M Y K H S L
Decimal 44 180 124 0.76 0 0.31 0.29 155.29 0.61 0.44
Hex 2C B4 7C 4C 0 1F 1D 9B 3D 2C
Octal 54 264 174 114 0 37 35 233 75 54
Binary 101100 10110100 1111100 1001100 0 11111 11101 10011011 111101 101100

Color Harmonies of #2CB47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB47C

Black with #2CB47C

Text Example


Text Example

White with #2CB47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,124); }

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

background-color css

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

 a { background-color: rgb(44,180,124); }

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

border-color css

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

 span { border-color: rgb(44,180,124); }

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