Html Css Color HEX #2CB77D Jungle Green

📋 copy color: '#2CB77D'

red 44 ◦ green 183 ◦ blue 125

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

Shades of Jungle Green #2CB77D

Tints of Jungle Green #2CB77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.99%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 12.5%
G = 51.99%
B = 35.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#2CB77D (or 0x2CB77D) is known color: Jungle Green. HEX triplet: 2C, B7 and 7D. RGB value is (44,183,125). Sum of RGB (Red+Green+Blue) = 44+183+125=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB77D is #D34882. Grayscale: #868686. Windows color (decimal): -13846659 or 8238892. OLE color: 8238892.

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

Color convert

RGB 44 183 125 -
CMYK 0.76 0 0.32 0.28
HSL 154.96º 0.61% 0.45% -
HSV(B) 154.96º 0.76% 0.72% -
XYZ 21.67 35.88 25.19 -
YUV 134.83 122.45 63.22 -
System Red Green Blue C M Y K H S L
Decimal 44 183 125 0.76 0 0.32 0.28 154.96 0.61 0.45
Hex 2C B7 7D 4C 0 20 1C 9B 3D 2D
Octal 54 267 175 114 0 40 34 233 75 55
Binary 101100 10110111 1111101 1001100 0 100000 11100 10011011 111101 101101

Color Harmonies of #2CB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB77D

Black with #2CB77D

Text Example


Text Example

White with #2CB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,183,125); }

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

background-color css

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

 a { background-color: rgb(44,183,125); }

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

border-color css

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

 span { border-color: rgb(44,183,125); }

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