Html Css Color HEX #2CB765 Medium Sea Green

📋 copy color: '#2CB765'

red 44 ◦ green 183 ◦ blue 101

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

Shades of Medium Sea Green #2CB765

Tints of Medium Sea Green #2CB765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 13.41%
G = 55.79%
B = 30.79%

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

#2CB765 (or 0x2CB765) is known color: Medium Sea Green. HEX triplet: 2C, B7 and 65. RGB value is (44,183,101). Sum of RGB (Red+Green+Blue) = 44+183+101=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 183 (71.88% from 255 or 55.79% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB765 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB765 is #D3489A. Grayscale: #848484. Windows color (decimal): -13846683 or 6666028. OLE color: 6666028.

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

Color convert

RGB 44 183 101 -
CMYK 0.76 0 0.45 0.28
HSL 144.6º 0.61% 0.45% -
HSV(B) 144.6º 0.76% 0.72% -
XYZ 20.32 35.34 18.06 -
YUV 132.09 110.45 65.17 -
System Red Green Blue C M Y K H S L
Decimal 44 183 101 0.76 0 0.45 0.28 144.6 0.61 0.45
Hex 2C B7 65 4C 0 2D 1C 91 3D 2D
Octal 54 267 145 114 0 55 34 221 75 55
Binary 101100 10110111 1100101 1001100 0 101101 11100 10010001 111101 101101

Color Harmonies of #2CB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB765

Black with #2CB765

Text Example


Text Example

White with #2CB765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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