Html Css Color HEX #2CA76C Medium Sea Green

📋 copy color: '#2CA76C'

red 44 ◦ green 167 ◦ blue 108

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

Shades of Medium Sea Green #2CA76C

Tints of Medium Sea Green #2CA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.35%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 13.79%
G = 52.35%
B = 33.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#2CA76C (or 0x2CA76C) is known color: Medium Sea Green. HEX triplet: 2C, A7 and 6C. RGB value is (44,167,108). Sum of RGB (Red+Green+Blue) = 44+167+108=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 167 (65.62% from 255 or 52.35% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA76C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA76C is #D35893. Grayscale: #7B7B7B. Windows color (decimal): -13850772 or 7120684. OLE color: 7120684.

HSL color Cylindrical-coordinate representation of color #2CA76C: hue angle of 151.22º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA76C is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 167 108 -
CMYK 0.74 0 0.35 0.35
HSL 151.22º 0.58% 0.41% -
HSV(B) 151.22º 0.74% 0.65% -
XYZ 17.56 29.26 18.91 -
YUV 123.5 119.25 71.3 -
System Red Green Blue C M Y K H S L
Decimal 44 167 108 0.74 0 0.35 0.35 151.22 0.58 0.41
Hex 2C A7 6C 4A 0 23 23 97 3A 29
Octal 54 247 154 112 0 43 43 227 72 51
Binary 101100 10100111 1101100 1001010 0 100011 100011 10010111 111010 101001

Color Harmonies of #2CA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA76C

Black with #2CA76C

Text Example


Text Example

White with #2CA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,167,108); }

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

background-color css

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

 a { background-color: rgb(44,167,108); }

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

border-color css

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

 span { border-color: rgb(44,167,108); }

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