Html Css Color HEX #2CBA5F Medium Sea Green

📋 copy color: '#2CBA5F'

red 44 ◦ green 186 ◦ blue 95

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

Shades of Medium Sea Green #2CBA5F

Tints of Medium Sea Green #2CBA5F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.23%

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 13.54%
G = 57.23%
B = 29.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#2CBA5F (or 0x2CBA5F) is known color: Medium Sea Green. HEX triplet: 2C, BA and 5F. RGB value is (44,186,95). Sum of RGB (Red+Green+Blue) = 44+186+95=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBA5F is #D345A0. Grayscale: #858585. Windows color (decimal): -13845921 or 6273580. OLE color: 6273580.

HSL color Cylindrical-coordinate representation of color #2CBA5F: hue angle of 141.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA5F is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 186 95 -
CMYK 0.76 0 0.49 0.27
HSL 141.55º 0.62% 0.45% -
HSV(B) 141.55º 0.76% 0.73% -
XYZ 20.66 36.48 16.78 -
YUV 133.17 106.46 64.4 -
System Red Green Blue C M Y K H S L
Decimal 44 186 95 0.76 0 0.49 0.27 141.55 0.62 0.45
Hex 2C BA 5F 4C 0 31 1B 8E 3E 2D
Octal 54 272 137 114 0 61 33 216 76 55
Binary 101100 10111010 1011111 1001100 0 110001 11011 10001110 111110 101101

Color Harmonies of #2CBA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA5F

Black with #2CBA5F

Text Example


Text Example

White with #2CBA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,186,95); }

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

background-color css

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

 a { background-color: rgb(44,186,95); }

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

border-color css

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

 span { border-color: rgb(44,186,95); }

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