Html Css Color HEX #2CBD6F Medium Sea Green

📋 copy color: '#2CBD6F'

red 44 ◦ green 189 ◦ blue 111

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

Shades of Medium Sea Green #2CBD6F

Tints of Medium Sea Green #2CBD6F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.94%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 12.79%
G = 54.94%
B = 32.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#2CBD6F (or 0x2CBD6F) is known color: Medium Sea Green. HEX triplet: 2C, BD and 6F. RGB value is (44,189,111). Sum of RGB (Red+Green+Blue) = 44+189+111=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBD6F is #D34290. Grayscale: #888888. Windows color (decimal): -13845137 or 7322924. OLE color: 7322924.

HSL color Cylindrical-coordinate representation of color #2CBD6F: hue angle of 147.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD6F is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 189 111 -
CMYK 0.77 0 0.41 0.26
HSL 147.72º 0.62% 0.46% -
HSV(B) 147.72º 0.77% 0.74% -
XYZ 22.11 38.08 21.22 -
YUV 136.75 113.46 61.84 -
System Red Green Blue C M Y K H S L
Decimal 44 189 111 0.77 0 0.41 0.26 147.72 0.62 0.46
Hex 2C BD 6F 4D 0 29 1A 94 3E 2E
Octal 54 275 157 115 0 51 32 224 76 56
Binary 101100 10111101 1101111 1001101 0 101001 11010 10010100 111110 101110

Color Harmonies of #2CBD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBD6F

Black with #2CBD6F

Text Example


Text Example

White with #2CBD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,189,111); }

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

background-color css

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

 a { background-color: rgb(44,189,111); }

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

border-color css

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

 span { border-color: rgb(44,189,111); }

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