Html Css Color HEX #2CB276 Medium Sea Green

📋 copy color: '#2CB276'

red 44 ◦ green 178 ◦ blue 118

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

Shades of Medium Sea Green #2CB276

Tints of Medium Sea Green #2CB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.35%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 12.94%
G = 52.35%
B = 34.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#2CB276 (or 0x2CB276) is known color: Medium Sea Green. HEX triplet: 2C, B2 and 76. RGB value is (44,178,118). Sum of RGB (Red+Green+Blue) = 44+178+118=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB276 is #D34D89. Grayscale: #838383. Windows color (decimal): -13847946 or 7778860. OLE color: 7778860.

HSL color Cylindrical-coordinate representation of color #2CB276: hue angle of 153.13º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB276 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 118 -
CMYK 0.75 0 0.34 0.30
HSL 153.13º 0.6% 0.44% -
HSV(B) 153.13º 0.75% 0.7% -
XYZ 20.23 33.68 22.58 -
YUV 131.09 120.61 65.88 -
System Red Green Blue C M Y K H S L
Decimal 44 178 118 0.75 0 0.34 0.30 153.13 0.6 0.44
Hex 2C B2 76 4B 0 22 1E 99 3C 2C
Octal 54 262 166 113 0 42 36 231 74 54
Binary 101100 10110010 1110110 1001011 0 100010 11110 10011001 111100 101100

Color Harmonies of #2CB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB276

Black with #2CB276

Text Example


Text Example

White with #2CB276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,118); }

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

background-color css

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

 a { background-color: rgb(44,178,118); }

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

border-color css

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

 span { border-color: rgb(44,178,118); }

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