Html Css Color HEX #2CB15B Medium Sea Green

📋 copy color: '#2CB15B'

red 44 ◦ green 177 ◦ blue 91

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

Shades of Medium Sea Green #2CB15B

Tints of Medium Sea Green #2CB15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 14.1%
G = 56.73%
B = 29.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#2CB15B (or 0x2CB15B) is known color: Medium Sea Green. HEX triplet: 2C, B1 and 5B. RGB value is (44,177,91). Sum of RGB (Red+Green+Blue) = 44+177+91=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB15B is #D34EA4. Grayscale: #7F7F7F. Windows color (decimal): -13848229 or 6009132. OLE color: 6009132.

HSL color Cylindrical-coordinate representation of color #2CB15B: hue angle of 141.2º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB15B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 177 91 -
CMYK 0.75 0 0.49 0.31
HSL 141.2º 0.6% 0.43% -
HSV(B) 141.2º 0.75% 0.69% -
XYZ 18.65 32.74 15.23 -
YUV 127.43 107.44 68.49 -
System Red Green Blue C M Y K H S L
Decimal 44 177 91 0.75 0 0.49 0.31 141.2 0.6 0.43
Hex 2C B1 5B 4B 0 31 1F 8D 3C 2B
Octal 54 261 133 113 0 61 37 215 74 53
Binary 101100 10110001 1011011 1001011 0 110001 11111 10001101 111100 101011

Color Harmonies of #2CB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB15B

Black with #2CB15B

Text Example


Text Example

White with #2CB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,177,91); }

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

background-color css

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

 a { background-color: rgb(44,177,91); }

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

border-color css

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

 span { border-color: rgb(44,177,91); }

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