Html Css Color HEX #2CB16D Medium Sea Green

📋 copy color: '#2CB16D'

red 44 ◦ green 177 ◦ blue 109

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

Shades of Medium Sea Green #2CB16D

Tints of Medium Sea Green #2CB16D

RGB

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

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

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

R = 13.33%
G = 53.64%
B = 33.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#2CB16D (or 0x2CB16D) is known color: Medium Sea Green. HEX triplet: 2C, B1 and 6D. RGB value is (44,177,109). Sum of RGB (Red+Green+Blue) = 44+177+109=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB16D is #D34E92. Grayscale: #818181. Windows color (decimal): -13848211 or 7188780. OLE color: 7188780.

HSL color Cylindrical-coordinate representation of color #2CB16D: hue angle of 149.32º 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 #2CB16D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 177 109 -
CMYK 0.75 0 0.38 0.31
HSL 149.32º 0.6% 0.43% -
HSV(B) 149.32º 0.75% 0.69% -
XYZ 19.52 33.08 19.82 -
YUV 129.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 44 177 109 0.75 0 0.38 0.31 149.32 0.6 0.43
Hex 2C B1 6D 4B 0 26 1F 95 3C 2B
Octal 54 261 155 113 0 46 37 225 74 53
Binary 101100 10110001 1101101 1001011 0 100110 11111 10010101 111100 101011

Color Harmonies of #2CB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB16D

Black with #2CB16D

Text Example


Text Example

White with #2CB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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