Html Css Color HEX #2CB77F Jungle Green

📋 copy color: '#2CB77F'

red 44 ◦ green 183 ◦ blue 127

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

Shades of Jungle Green #2CB77F

Tints of Jungle Green #2CB77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 12.43%
G = 51.69%
B = 35.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#2CB77F (or 0x2CB77F) is known color: Jungle Green. HEX triplet: 2C, B7 and 7F. RGB value is (44,183,127). Sum of RGB (Red+Green+Blue) = 44+183+127=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB77F is #D34880. Grayscale: #878787. Windows color (decimal): -13846657 or 8369964. OLE color: 8369964.

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

Color convert

RGB 44 183 127 -
CMYK 0.76 0 0.31 0.28
HSL 155.83º 0.61% 0.45% -
HSV(B) 155.83º 0.76% 0.72% -
XYZ 21.8 35.93 25.87 -
YUV 135.06 123.45 63.05 -
System Red Green Blue C M Y K H S L
Decimal 44 183 127 0.76 0 0.31 0.28 155.83 0.61 0.45
Hex 2C B7 7F 4C 0 1F 1C 9C 3D 2D
Octal 54 267 177 114 0 37 34 234 75 55
Binary 101100 10110111 1111111 1001100 0 11111 11100 10011100 111101 101101

Color Harmonies of #2CB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB77F

Black with #2CB77F

Text Example


Text Example

White with #2CB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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