Html Css Color HEX #2CB473 Medium Sea Green

📋 copy color: '#2CB473'

red 44 ◦ green 180 ◦ blue 115

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

Shades of Medium Sea Green #2CB473

Tints of Medium Sea Green #2CB473

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.1%

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 12.98%
G = 53.1%
B = 33.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#2CB473 (or 0x2CB473) is known color: Medium Sea Green. HEX triplet: 2C, B4 and 73. RGB value is (44,180,115). Sum of RGB (Red+Green+Blue) = 44+180+115=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB473 is #D34B8C. Grayscale: #848484. Windows color (decimal): -13847437 or 7582764. OLE color: 7582764.

HSL color Cylindrical-coordinate representation of color #2CB473: hue angle of 151.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB473 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 180 115 -
CMYK 0.76 0 0.36 0.29
HSL 151.32º 0.61% 0.44% -
HSV(B) 151.32º 0.76% 0.71% -
XYZ 20.45 34.42 21.78 -
YUV 131.93 118.44 65.29 -
System Red Green Blue C M Y K H S L
Decimal 44 180 115 0.76 0 0.36 0.29 151.32 0.61 0.44
Hex 2C B4 73 4C 0 24 1D 97 3D 2C
Octal 54 264 163 114 0 44 35 227 75 54
Binary 101100 10110100 1110011 1001100 0 100100 11101 10010111 111101 101100

Color Harmonies of #2CB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB473

Black with #2CB473

Text Example


Text Example

White with #2CB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,115); }

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

background-color css

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

 a { background-color: rgb(44,180,115); }

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

border-color css

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

 span { border-color: rgb(44,180,115); }

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