Html Css Color HEX #2CB479 Medium Sea Green

📋 copy color: '#2CB479'

red 44 ◦ green 180 ◦ blue 121

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

Shades of Medium Sea Green #2CB479

Tints of Medium Sea Green #2CB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.07%

R = 12.75%
G = 52.17%
B = 35.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#2CB479 (or 0x2CB479) is known color: Medium Sea Green. HEX triplet: 2C, B4 and 79. RGB value is (44,180,121). Sum of RGB (Red+Green+Blue) = 44+180+121=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB479 is #D34B86. Grayscale: #848484. Windows color (decimal): -13847431 or 7975980. OLE color: 7975980.

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

Color convert

RGB 44 180 121 -
CMYK 0.76 0 0.33 0.29
HSL 153.97º 0.61% 0.44% -
HSV(B) 153.97º 0.76% 0.71% -
XYZ 20.81 34.56 23.66 -
YUV 132.61 121.44 64.8 -
System Red Green Blue C M Y K H S L
Decimal 44 180 121 0.76 0 0.33 0.29 153.97 0.61 0.44
Hex 2C B4 79 4C 0 21 1D 9A 3D 2C
Octal 54 264 171 114 0 41 35 232 75 54
Binary 101100 10110100 1111001 1001100 0 100001 11101 10011010 111101 101100

Color Harmonies of #2CB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB479

Black with #2CB479

Text Example


Text Example

White with #2CB479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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