Html Css Color HEX #2CB57C Jungle Green

📋 copy color: '#2CB57C'

red 44 ◦ green 181 ◦ blue 124

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

Shades of Jungle Green #2CB57C

Tints of Jungle Green #2CB57C

RGB

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

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

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

R = 12.61%
G = 51.86%
B = 35.53%

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

#2CB57C (or 0x2CB57C) is known color: Jungle Green. HEX triplet: 2C, B5 and 7C. RGB value is (44,181,124). Sum of RGB (Red+Green+Blue) = 44+181+124=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB57C is #D34A83. Grayscale: #858585. Windows color (decimal): -13847172 or 8172844. OLE color: 8172844.

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

Color convert

RGB 44 181 124 -
CMYK 0.76 0 0.31 0.29
HSL 155.04º 0.61% 0.44% -
HSV(B) 155.04º 0.76% 0.71% -
XYZ 21.2 35.04 24.71 -
YUV 133.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 44 181 124 0.76 0 0.31 0.29 155.04 0.61 0.44
Hex 2C B5 7C 4C 0 1F 1D 9B 3D 2C
Octal 54 265 174 114 0 37 35 233 75 54
Binary 101100 10110101 1111100 1001100 0 11111 11101 10011011 111101 101100

Color Harmonies of #2CB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB57C

Black with #2CB57C

Text Example


Text Example

White with #2CB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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