Html Css Color HEX #2CB770 Medium Sea Green

📋 copy color: '#2CB770'

red 44 ◦ green 183 ◦ blue 112

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

Shades of Medium Sea Green #2CB770

Tints of Medium Sea Green #2CB770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 12.98%
G = 53.98%
B = 33.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#2CB770 (or 0x2CB770) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 70. RGB value is (44,183,112). Sum of RGB (Red+Green+Blue) = 44+183+112=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB770 is #D3488F. Grayscale: #858585. Windows color (decimal): -13846672 or 7386924. OLE color: 7386924.

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

Color convert

RGB 44 183 112 -
CMYK 0.76 0 0.39 0.28
HSL 149.35º 0.61% 0.45% -
HSV(B) 149.35º 0.76% 0.72% -
XYZ 20.9 35.57 21.09 -
YUV 133.35 115.95 64.27 -
System Red Green Blue C M Y K H S L
Decimal 44 183 112 0.76 0 0.39 0.28 149.35 0.61 0.45
Hex 2C B7 70 4C 0 27 1C 95 3D 2D
Octal 54 267 160 114 0 47 34 225 75 55
Binary 101100 10110111 1110000 1001100 0 100111 11100 10010101 111101 101101

Color Harmonies of #2CB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB770

Black with #2CB770

Text Example


Text Example

White with #2CB770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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