Html Css Color HEX #2CB764 Medium Sea Green

📋 copy color: '#2CB764'

red 44 ◦ green 183 ◦ blue 100

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

Shades of Medium Sea Green #2CB764

Tints of Medium Sea Green #2CB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 13.46%
G = 55.96%
B = 30.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#2CB764 (or 0x2CB764) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 64. RGB value is (44,183,100). Sum of RGB (Red+Green+Blue) = 44+183+100=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB764 is #D3489B. Grayscale: #848484. Windows color (decimal): -13846684 or 6600492. OLE color: 6600492.

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

Color convert

RGB 44 183 100 -
CMYK 0.76 0 0.45 0.28
HSL 144.17º 0.61% 0.45% -
HSV(B) 144.17º 0.76% 0.72% -
XYZ 20.27 35.32 17.81 -
YUV 131.98 109.95 65.25 -
System Red Green Blue C M Y K H S L
Decimal 44 183 100 0.76 0 0.45 0.28 144.17 0.61 0.45
Hex 2C B7 64 4C 0 2D 1C 90 3D 2D
Octal 54 267 144 114 0 55 34 220 75 55
Binary 101100 10110111 1100100 1001100 0 101101 11100 10010000 111101 101101

Color Harmonies of #2CB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB764

Black with #2CB764

Text Example


Text Example

White with #2CB764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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