Html Css Color HEX #2DC07F Medium Sea Green

📋 copy color: '#2DC07F'

red 45 ◦ green 192 ◦ blue 127

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

Shades of Medium Sea Green #2DC07F

Tints of Medium Sea Green #2DC07F

RGB

 RED value IS 45 (17.97% from 255) = 12.36%

 GREEN value IS 192 (75.39% from 255) = 52.75%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 12.36%
G = 52.75%
B = 34.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#2DC07F (or 0x2DC07F) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 7F. RGB value is (45,192,127). Sum of RGB (Red+Green+Blue) = 45+192+127=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC07F is #D23F80. Grayscale: #8C8C8C. Windows color (decimal): -13778817 or 8372269. OLE color: 8372269.

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

Color convert

RGB 45 192 127 -
CMYK 0.77 0 0.34 0.25
HSL 153.47º 0.62% 0.46% -
HSV(B) 153.47º 0.77% 0.75% -
XYZ 23.76 39.79 26.51 -
YUV 140.64 120.3 59.79 -
System Red Green Blue C M Y K H S L
Decimal 45 192 127 0.77 0 0.34 0.25 153.47 0.62 0.46
Hex 2D C0 7F 4D 0 22 19 99 3E 2E
Octal 55 300 177 115 0 42 31 231 76 56
Binary 101101 11000000 1111111 1001101 0 100010 11001 10011001 111110 101110

Color Harmonies of #2DC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC07F

Black with #2DC07F

Text Example


Text Example

White with #2DC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,127); }

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

background-color css

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

 a { background-color: rgb(45,192,127); }

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

border-color css

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

 span { border-color: rgb(45,192,127); }

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