Html Css Color HEX #2CB76A Medium Sea Green

📋 copy color: '#2CB76A'

red 44 ◦ green 183 ◦ blue 106

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

Shades of Medium Sea Green #2CB76A

Tints of Medium Sea Green #2CB76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 13.21%
G = 54.95%
B = 31.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#2CB76A (or 0x2CB76A) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 6A. RGB value is (44,183,106). Sum of RGB (Red+Green+Blue) = 44+183+106=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB76A is #D34895. Grayscale: #848484. Windows color (decimal): -13846678 or 6993708. OLE color: 6993708.

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

Color convert

RGB 44 183 106 -
CMYK 0.76 0 0.42 0.28
HSL 146.76º 0.61% 0.45% -
HSV(B) 146.76º 0.76% 0.72% -
XYZ 20.57 35.44 19.39 -
YUV 132.66 112.95 64.76 -
System Red Green Blue C M Y K H S L
Decimal 44 183 106 0.76 0 0.42 0.28 146.76 0.61 0.45
Hex 2C B7 6A 4C 0 2A 1C 93 3D 2D
Octal 54 267 152 114 0 52 34 223 75 55
Binary 101100 10110111 1101010 1001100 0 101010 11100 10010011 111101 101101

Color Harmonies of #2CB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB76A

Black with #2CB76A

Text Example


Text Example

White with #2CB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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