Html Css Color HEX #2CB76C Medium Sea Green

📋 copy color: '#2CB76C'

red 44 ◦ green 183 ◦ blue 108

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

Shades of Medium Sea Green #2CB76C

Tints of Medium Sea Green #2CB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 13.13%
G = 54.63%
B = 32.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#2CB76C (or 0x2CB76C) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 6C. RGB value is (44,183,108). Sum of RGB (Red+Green+Blue) = 44+183+108=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB76C is #D34893. Grayscale: #858585. Windows color (decimal): -13846676 or 7124780. OLE color: 7124780.

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

Color convert

RGB 44 183 108 -
CMYK 0.76 0 0.41 0.28
HSL 147.63º 0.61% 0.45% -
HSV(B) 147.63º 0.76% 0.72% -
XYZ 20.68 35.49 19.95 -
YUV 132.89 113.95 64.6 -
System Red Green Blue C M Y K H S L
Decimal 44 183 108 0.76 0 0.41 0.28 147.63 0.61 0.45
Hex 2C B7 6C 4C 0 29 1C 94 3D 2D
Octal 54 267 154 114 0 51 34 224 75 55
Binary 101100 10110111 1101100 1001100 0 101001 11100 10010100 111101 101101

Color Harmonies of #2CB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB76C

Black with #2CB76C

Text Example


Text Example

White with #2CB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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