Html Css Color HEX #2CB26D Medium Sea Green

📋 copy color: '#2CB26D'

red 44 ◦ green 178 ◦ blue 109

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

Shades of Medium Sea Green #2CB26D

Tints of Medium Sea Green #2CB26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.78%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 13.29%
G = 53.78%
B = 32.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#2CB26D (or 0x2CB26D) is known color: Medium Sea Green. HEX triplet: 2C, B2 and 6D. RGB value is (44,178,109). Sum of RGB (Red+Green+Blue) = 44+178+109=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB26D is #D34D92. Grayscale: #828282. Windows color (decimal): -13847955 or 7189036. OLE color: 7189036.

HSL color Cylindrical-coordinate representation of color #2CB26D: hue angle of 149.1º degrees, saturation: 0.6, 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 #2CB26D is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 109 -
CMYK 0.75 0 0.39 0.30
HSL 149.1º 0.6% 0.44% -
HSV(B) 149.1º 0.75% 0.7% -
XYZ 19.72 33.48 19.89 -
YUV 130.07 116.11 66.61 -
System Red Green Blue C M Y K H S L
Decimal 44 178 109 0.75 0 0.39 0.30 149.1 0.6 0.44
Hex 2C B2 6D 4B 0 27 1E 95 3C 2C
Octal 54 262 155 113 0 47 36 225 74 54
Binary 101100 10110010 1101101 1001011 0 100111 11110 10010101 111100 101100

Color Harmonies of #2CB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB26D

Black with #2CB26D

Text Example


Text Example

White with #2CB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,109); }

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

background-color css

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

 a { background-color: rgb(44,178,109); }

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

border-color css

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

 span { border-color: rgb(44,178,109); }

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