Html Css Color HEX #2CB36A Medium Sea Green

📋 copy color: '#2CB36A'

red 44 ◦ green 179 ◦ blue 106

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

Shades of Medium Sea Green #2CB36A

Tints of Medium Sea Green #2CB36A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.41%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 13.37%
G = 54.41%
B = 32.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#2CB36A (or 0x2CB36A) is known color: Medium Sea Green. HEX triplet: 2C, B3 and 6A. RGB value is (44,179,106). Sum of RGB (Red+Green+Blue) = 44+179+106=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB36A is #D34C95. Grayscale: #828282. Windows color (decimal): -13847702 or 6992684. OLE color: 6992684.

HSL color Cylindrical-coordinate representation of color #2CB36A: hue angle of 147.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB36A is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 106 -
CMYK 0.75 0 0.41 0.30
HSL 147.56º 0.61% 0.44% -
HSV(B) 147.56º 0.75% 0.7% -
XYZ 19.76 33.82 19.12 -
YUV 130.31 114.27 66.44 -
System Red Green Blue C M Y K H S L
Decimal 44 179 106 0.75 0 0.41 0.30 147.56 0.61 0.44
Hex 2C B3 6A 4B 0 29 1E 94 3D 2C
Octal 54 263 152 113 0 51 36 224 75 54
Binary 101100 10110011 1101010 1001011 0 101001 11110 10010100 111101 101100

Color Harmonies of #2CB36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB36A

Black with #2CB36A

Text Example


Text Example

White with #2CB36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,179,106); }

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

background-color css

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

 a { background-color: rgb(44,179,106); }

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

border-color css

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

 span { border-color: rgb(44,179,106); }

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