Html Css Color HEX #2CB87C Jungle Green

📋 copy color: '#2CB87C'

red 44 ◦ green 184 ◦ blue 124

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

Shades of Jungle Green #2CB87C

Tints of Jungle Green #2CB87C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.27%

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

R = 12.5%
G = 52.27%
B = 35.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#2CB87C (or 0x2CB87C) is known color: Jungle Green. HEX triplet: 2C, B8 and 7C. RGB value is (44,184,124). Sum of RGB (Red+Green+Blue) = 44+184+124=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB87C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB87C is #D34783. Grayscale: #878787. Windows color (decimal): -13846404 or 8173612. OLE color: 8173612.

HSL color Cylindrical-coordinate representation of color #2CB87C: hue angle of 154.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB87C is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 44 184 124 -
CMYK 0.76 0 0.33 0.28
HSL 154.29º 0.61% 0.45% -
HSV(B) 154.29º 0.76% 0.72% -
XYZ 21.82 36.27 24.92 -
YUV 135.3 121.62 62.88 -
System Red Green Blue C M Y K H S L
Decimal 44 184 124 0.76 0 0.33 0.28 154.29 0.61 0.45
Hex 2C B8 7C 4C 0 21 1C 9A 3D 2D
Octal 54 270 174 114 0 41 34 232 75 55
Binary 101100 10111000 1111100 1001100 0 100001 11100 10011010 111101 101101

Color Harmonies of #2CB87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB87C

Black with #2CB87C

Text Example


Text Example

White with #2CB87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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